#BB5EFC

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

Shades of Heliotrope #BB5EFC

Tints of Heliotrope #BB5EFC

Color information

#BB5EFC (or 0xBB5EFC) is unknown color: approx Heliotrope. HEX triplet: BB, 5E and FC. RGB value is (187,94,252). Sum of RGB (Red+Green+Blue) = 187+94+252=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5EFC is #44A103. Grayscale: #8B8B8B. Windows color (decimal): -4497668 or 16539323. OLE color: 16539323.

HSL color Cylindrical-coordinate representation of color #BB5EFC: hue angle of 275.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB5EFC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18794252-
CMYK0.260.6300.01
HSL275.32º96.34%67.84%-
HSV(B)275.32º62.7%98.82%-
XYZ42.0725.694.82-
YUV139.82191.31161.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 94 (37.11% from 255) = 17.64%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=35.08%
G=17.64%
B=47.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal187942520.260.6300.01275.3296.3467.84
HexBB5EFC1A3F011136044
Octal273136374327701423140104
Binary10111011101111011111100110101111110110001001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5EFC; }

 p { color: rgb(187,94,252); }

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

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

 a { background-color: rgb(187,94,252); }

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

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

 span { border-color: rgb(187,94,252); }

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