#BB85FF

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

Shades of Heliotrope #BB85FF

Tints of Heliotrope #BB85FF

Color information

#BB85FF (or 0xBB85FF) is unknown color: approx Heliotrope. HEX triplet: BB, 85 and FF. RGB value is (187,133,255). Sum of RGB (Red+Green+Blue) = 187+133+255=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB85FF is #447A00. Grayscale: #A2A2A2. Windows color (decimal): -4487681 or 16745915. OLE color: 16745915.

HSL color Cylindrical-coordinate representation of color #BB85FF: hue angle of 266.56º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB85FF is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187133255-
CMYK0.270.4800
HSL266.56º100%76.08%-
HSV(B)266.56º47.84%100%-
XYZ46.9334.5698.8-
YUV163.05179.89145.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 133 (52.34% from 255) = 23.13%
BLUE value IS 255 (100% from 255) = 44.35%
R=32.52%
G=23.13%
B=44.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871332550.270.4800266.5610076.08
HexBB85FF1B300010b644c
Octal273205377336000413144114
Binary101110111000010111111111110111100000010000101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB85FF; }

 p { color: rgb(187,133,255); }

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

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

 a { background-color: rgb(187,133,255); }

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

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

 span { border-color: rgb(187,133,255); }

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