#BB84FE

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

Shades of Heliotrope #BB84FE

Tints of Heliotrope #BB84FE

Color information

#BB84FE (or 0xBB84FE) is unknown color: approx Heliotrope. HEX triplet: BB, 84 and FE. RGB value is (187,132,254). Sum of RGB (Red+Green+Blue) = 187+132+254=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84FE is #447B01. Grayscale: #A1A1A1. Windows color (decimal): -4487938 or 16680123. OLE color: 16680123.

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

Color convert

RGB187132254-
CMYK0.260.4800.00
HSL267.05º98.39%75.69%-
HSV(B)267.05º48.03%99.61%-
XYZ46.6334.2297.91-
YUV162.35179.72145.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=32.64%
G=23.04%
B=44.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871322540.260.4800.00267.0598.3975.69
HexBB84FE1A300010b624c
Octal273204376326000413142114
Binary101110111000010011111110110101100000010000101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84FE; }

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

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

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

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

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

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

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

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