#BB5CFD

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

Shades of Heliotrope #BB5CFD

Tints of Heliotrope #BB5CFD

Color information

#BB5CFD (or 0xBB5CFD) is unknown color: approx Heliotrope. HEX triplet: BB, 5C and FD. RGB value is (187,92,253). Sum of RGB (Red+Green+Blue) = 187+92+253=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5CFD is #44A302. Grayscale: #8A8A8A. Windows color (decimal): -4498179 or 16604347. OLE color: 16604347.

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

Color convert

RGB18792253-
CMYK0.260.6400.01
HSL275.4º97.58%67.65%-
HSV(B)275.4º63.64%99.22%-
XYZ42.0525.3195.6-
YUV138.76192.47162.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 92 (36.33% from 255) = 17.29%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=35.15%
G=17.29%
B=47.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal187922530.260.6400.01275.497.5867.65
HexBB5CFD1A40011136244
Octal2731343753210001423142104
Binary101110111011100111111011101010000000110001001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CFD; }

 p { color: rgb(187,92,253); }

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

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

 a { background-color: rgb(187,92,253); }

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

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

 span { border-color: rgb(187,92,253); }

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