#BB82FE

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

Shades of Heliotrope #BB82FE

Tints of Heliotrope #BB82FE

Color information

#BB82FE (or 0xBB82FE) is unknown color: approx Heliotrope. HEX triplet: BB, 82 and FE. RGB value is (187,130,254). Sum of RGB (Red+Green+Blue) = 187+130+254=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82FE is #447D01. Grayscale: #A0A0A0. Windows color (decimal): -4488450 or 16679611. OLE color: 16679611.

HSL color Cylindrical-coordinate representation of color #BB82FE: hue angle of 267.58º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB82FE is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187130254-
CMYK0.260.4900.00
HSL267.58º98.41%75.29%-
HSV(B)267.58º48.82%99.61%-
XYZ46.3733.6997.82-
YUV161.18180.38146.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=32.75%
G=22.77%
B=44.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871302540.260.4900.00267.5898.4175.29
HexBB82FE1A310010c624b
Octal273202376326100414142113
Binary101110111000001011111110110101100010010000110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82FE; }

 p { color: rgb(187,130,254); }

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

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

 a { background-color: rgb(187,130,254); }

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

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

 span { border-color: rgb(187,130,254); }

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