#BB74EC

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

Shades of Heliotrope #BB74EC

Tints of Heliotrope #BB74EC

Color information

#BB74EC (or 0xBB74EC) is unknown color: approx Heliotrope. HEX triplet: BB, 74 and EC. RGB value is (187,116,236). Sum of RGB (Red+Green+Blue) = 187+116+236=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB74EC is #448B13. Grayscale: #969696. Windows color (decimal): -4492052 or 15496379. OLE color: 15496379.

HSL color Cylindrical-coordinate representation of color #BB74EC: hue angle of 275.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB74EC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187116236-
CMYK0.210.5100.07
HSL275.5º75.95%69.02%-
HSV(B)275.5º50.85%92.55%-
XYZ41.8829.1182.77-
YUV150.91176.02153.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 116 (45.70% from 255) = 21.52%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=34.69%
G=21.52%
B=43.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871162360.210.5100.07275.575.9569.02
HexBB74EC1533071144c45
Octal273164354256307424114105
Binary1011101111101001110110010101110011011110001010010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB74EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB74EC; }

 p { color: rgb(187,116,236); }

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

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

 a { background-color: rgb(187,116,236); }

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

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

 span { border-color: rgb(187,116,236); }

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