#BB7BFD

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

Shades of Heliotrope #BB7BFD

Tints of Heliotrope #BB7BFD

Color information

#BB7BFD (or 0xBB7BFD) is unknown color: approx Heliotrope. HEX triplet: BB, 7B and FD. RGB value is (187,123,253). Sum of RGB (Red+Green+Blue) = 187+123+253=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7BFD is #448402. Grayscale: #9C9C9C. Windows color (decimal): -4490243 or 16612283. OLE color: 16612283.

HSL color Cylindrical-coordinate representation of color #BB7BFD: hue angle of 269.54º 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 #BB7BFD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187123253-
CMYK0.260.5100.01
HSL269.54º97.01%73.73%-
HSV(B)269.54º51.38%99.22%-
XYZ45.3131.8296.68-
YUV156.96182.2149.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 123 (48.44% from 255) = 21.85%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=33.21%
G=21.85%
B=44.94%

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
Decimal1871232530.260.5100.01269.5497.0173.73
HexBB7BFD1A330110e614a
Octal273173375326301416141112
Binary10111011111101111111101110101100110110000111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BFD; }

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

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

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

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

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

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

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

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