#BB80F9

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

Shades of Heliotrope #BB80F9

Tints of Heliotrope #BB80F9

Color information

#BB80F9 (or 0xBB80F9) is unknown color: approx Heliotrope. HEX triplet: BB, 80 and F9. RGB value is (187,128,249). Sum of RGB (Red+Green+Blue) = 187+128+249=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80F9 is #447F06. Grayscale: #9F9F9F. Windows color (decimal): -4488967 or 16351419. OLE color: 16351419.

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

Color convert

RGB187128249-
CMYK0.250.4900.02
HSL269.26º90.98%73.92%-
HSV(B)269.26º48.59%97.65%-
XYZ45.3132.8493.57-
YUV159.43178.55147.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 128 (50.39% from 255) = 22.70%
BLUE value IS 249 (97.66% from 255) = 44.15%
R=33.16%
G=22.70%
B=44.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871282490.250.4900.02269.2690.9873.92
HexBB80F919310210d5b4a
Octal273200371316102415133112
Binary1011101110000000111110011100111000101010000110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB80F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB80F9; }

 p { color: rgb(187,128,249); }

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

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

 a { background-color: rgb(187,128,249); }

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

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

 span { border-color: rgb(187,128,249); }

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