#BB82FA

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

Shades of Heliotrope #BB82FA

Tints of Heliotrope #BB82FA

Color information

#BB82FA (or 0xBB82FA) is unknown color: approx Heliotrope. HEX triplet: BB, 82 and FA. RGB value is (187,130,250). Sum of RGB (Red+Green+Blue) = 187+130+250=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82FA is #447D05. Grayscale: #A0A0A0. Windows color (decimal): -4488454 or 16417467. OLE color: 16417467.

HSL color Cylindrical-coordinate representation of color #BB82FA: hue angle of 268.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB82FA is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187130250-
CMYK0.250.4800.02
HSL268.5º92.31%74.51%-
HSV(B)268.5º48%98.04%-
XYZ45.7333.4394.49-
YUV160.72178.38146.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=32.98%
G=22.93%
B=44.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871302500.250.4800.02268.592.3174.51
HexBB82FA19300210c5c4b
Octal273202372316002414134113
Binary1011101110000010111110101100111000001010000110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82FA; }

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

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

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

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

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

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

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

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