#BB7DFD

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

Shades of Heliotrope #BB7DFD

Tints of Heliotrope #BB7DFD

Color information

#BB7DFD (or 0xBB7DFD) is unknown color: approx Heliotrope. HEX triplet: BB, 7D and FD. RGB value is (187,125,253). Sum of RGB (Red+Green+Blue) = 187+125+253=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DFD is #448202. Grayscale: #9D9D9D. Windows color (decimal): -4489731 or 16612795. OLE color: 16612795.

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

Color convert

RGB187125253-
CMYK0.260.5100.01
HSL269.06º96.97%74.12%-
HSV(B)269.06º50.59%99.22%-
XYZ45.5632.3296.77-
YUV158.13181.54148.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=33.10%
G=22.12%
B=44.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871252530.260.5100.01269.0696.9774.12
HexBB7DFD1A330110d614a
Octal273175375326301415141112
Binary10111011111110111111101110101100110110000110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DFD; }

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

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

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

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

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

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

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

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