#BB7DFB

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

Shades of Heliotrope #BB7DFB

Tints of Heliotrope #BB7DFB

Color information

#BB7DFB (or 0xBB7DFB) is unknown color: approx Heliotrope. HEX triplet: BB, 7D and FB. RGB value is (187,125,251). Sum of RGB (Red+Green+Blue) = 187+125+251=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DFB is #448204. Grayscale: #9D9D9D. Windows color (decimal): -4489733 or 16481723. OLE color: 16481723.

HSL color Cylindrical-coordinate representation of color #BB7DFB: hue angle of 269.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7DFB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187125251-
CMYK0.250.5000.02
HSL269.52º94.03%73.73%-
HSV(B)269.52º50.2%98.43%-
XYZ45.2432.295.1-
YUV157.9180.54148.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=33.21%
G=22.20%
B=44.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871252510.250.5000.02269.5294.0373.73
HexBB7DFB19320210e5e4a
Octal273175373316202416136112
Binary101110111111101111110111100111001001010000111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DFB; }

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

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

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

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

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

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

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

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