#b152e7

Color #B152E7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B152E7

Tints of Medium Orchid #B152E7

Color information

#B152E7 (or 0xB152E7) is unknown color: approx Medium Orchid. HEX triplet: B1, 52 and E7. RGB value is (177,82,231). Sum of RGB (Red+Green+Blue) = 177+82+231=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #B152E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B152E7 is #4EAD18. Grayscale: #7E7E7E. Windows color (decimal): -5156121 or 15159985. OLE color: 15159985.

HSL color Cylindrical-coordinate representation of color #B152E7: hue angle of 278.26º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B152E7 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17782231-
CMYK0.230.6500.09
HSL278.26º75.63%61.37%-
HSV(B)278.26º64.5%90.59%-
XYZ35.5721.1577.81-
YUV127.39186.47163.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 82 (32.42% from 255) = 16.73%
BLUE value IS 231 (90.62% from 255) = 47.14%
R=36.12%
G=16.73%
B=47.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177822310.230.6500.09278.2675.6361.37
HexB152E71741091164c3d
Octal2611223472710101142611475
Binary10110001101001011100111101111000001010011000101101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b152e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b152e7; }

 p { color: rgb(177,82,231); }

 H1.HeaderClassName
 {
   color: #b152e7;
 }
 .AnyTagClassName
 {
   color: #b152e7;
 }
</style>
background-color css

<style>
 a { background-color: #b152e7; }

 a { background-color: rgb(177,82,231); }

 div.DivClassName
 {
   background-color: #b152e7;
 }
 .BgClassName
 {
   background-color: #b152e7;
 }
</style>
border-color css

<style>
 span { border-color: #b152e7; }

 span { border-color: rgb(177,82,231); }

 td.TdClassName
 {
   border-color: #b152e7;
 }
 .TagClassName
 {
   border-color: #b152e7;
 }
</style>