#BB5DFE

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

Shades of Heliotrope #BB5DFE

Tints of Heliotrope #BB5DFE

Color information

#BB5DFE (or 0xBB5DFE) is unknown color: approx Heliotrope. HEX triplet: BB, 5D and FE. RGB value is (187,93,254). Sum of RGB (Red+Green+Blue) = 187+93+254=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DFE is #44A201. Grayscale: #8A8A8A. Windows color (decimal): -4497922 or 16670139. OLE color: 16670139.

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

Color convert

RGB18793254-
CMYK0.260.6300.00
HSL275.03º98.77%68.04%-
HSV(B)275.03º63.39%99.61%-
XYZ42.325.5596.47-
YUV139.46192.64161.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 93 (36.72% from 255) = 17.42%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=35.02%
G=17.42%
B=47.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal187932540.260.6300.00275.0398.7768.04
HexBB5DFE1A3F001136344
Octal273135376327700423143104
Binary10111011101110111111110110101111110010001001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DFE; }

 p { color: rgb(187,93,254); }

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

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

 a { background-color: rgb(187,93,254); }

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

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

 span { border-color: rgb(187,93,254); }

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