#BB82FB

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

Shades of Heliotrope #BB82FB

Tints of Heliotrope #BB82FB

Color information

#BB82FB (or 0xBB82FB) is unknown color: approx Heliotrope. HEX triplet: BB, 82 and FB. RGB value is (187,130,251). Sum of RGB (Red+Green+Blue) = 187+130+251=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB82FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82FB is #447D04. Grayscale: #A0A0A0. Windows color (decimal): -4488453 or 16483003. OLE color: 16483003.

HSL color Cylindrical-coordinate representation of color #BB82FB: hue angle of 268.26º degrees, saturation: 0.94, 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 #BB82FB is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187130251-
CMYK0.250.4800.02
HSL268.26º93.8%74.71%-
HSV(B)268.26º48.21%98.43%-
XYZ45.8933.595.31-
YUV160.84178.88146.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=32.92%
G=22.89%
B=44.19%

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
Decimal1871302510.250.4800.02268.2693.874.71
HexBB82FB19300210c5e4b
Octal273202373316002414136113
Binary1011101110000010111110111100111000001010000110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82FB; }

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

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

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

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

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

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

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

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