#BB78FF

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

Shades of Heliotrope #BB78FF

Tints of Heliotrope #BB78FF

Color information

#BB78FF (or 0xBB78FF) is unknown color: approx Heliotrope. HEX triplet: BB, 78 and FF. RGB value is (187,120,255). Sum of RGB (Red+Green+Blue) = 187+120+255=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB78FF is #448700. Grayscale: #9A9A9A. Windows color (decimal): -4491009 or 16742587. OLE color: 16742587.

HSL color Cylindrical-coordinate representation of color #BB78FF: hue angle of 269.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB78FF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187120255-
CMYK0.270.5300
HSL269.78º100%73.53%-
HSV(B)269.78º52.94%100%-
XYZ45.2631.2298.25-
YUV155.42184.2150.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 120 (47.27% from 255) = 21.35%
BLUE value IS 255 (100% from 255) = 45.37%
R=33.27%
G=21.35%
B=45.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871202550.270.5300269.7810073.53
HexBB78FF1B350010e644a
Octal273170377336500416144112
Binary10111011111100011111111110111101010010000111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78FF; }

 p { color: rgb(187,120,255); }

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

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

 a { background-color: rgb(187,120,255); }

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

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

 span { border-color: rgb(187,120,255); }

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