#BB7FFD

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

Shades of Heliotrope #BB7FFD

Tints of Heliotrope #BB7FFD

Color information

#BB7FFD (or 0xBB7FFD) is unknown color: approx Heliotrope. HEX triplet: BB, 7F and FD. RGB value is (187,127,253). Sum of RGB (Red+Green+Blue) = 187+127+253=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FFD is #448002. Grayscale: #9E9E9E. Windows color (decimal): -4489219 or 16613307. OLE color: 16613307.

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

Color convert

RGB187127253-
CMYK0.260.5000.01
HSL268.57º96.92%74.51%-
HSV(B)268.57º49.8%99.22%-
XYZ45.8132.8496.85-
YUV159.3180.88147.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 127 (50% from 255) = 22.40%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=32.98%
G=22.40%
B=44.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871272530.260.5000.01268.5796.9274.51
HexBB7FFD1A320110d614b
Octal273177375326201415141113
Binary10111011111111111111101110101100100110000110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FFD; }

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

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

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

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

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

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

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

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