#BB82FD

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

Shades of Heliotrope #BB82FD

Tints of Heliotrope #BB82FD

Color information

#BB82FD (or 0xBB82FD) is unknown color: approx Heliotrope. HEX triplet: BB, 82 and FD. RGB value is (187,130,253). Sum of RGB (Red+Green+Blue) = 187+130+253=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB82FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82FD is #447D02. Grayscale: #A0A0A0. Windows color (decimal): -4488451 or 16614075. OLE color: 16614075.

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

Color convert

RGB187130253-
CMYK0.260.4900.01
HSL267.8º96.85%75.1%-
HSV(B)267.8º48.62%99.22%-
XYZ46.2133.6296.98-
YUV161.07179.88146.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=32.81%
G=22.81%
B=44.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871302530.260.4900.01267.896.8575.1
HexBB82FD1A310110c614b
Octal273202375326101414141113
Binary101110111000001011111101110101100010110000110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82FD; }

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

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

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

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

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

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

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

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