#B992EB

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

Shades of Biloba Flower #B992EB

Tints of Biloba Flower #B992EB

Color information

#B992EB (or 0xB992EB) is unknown color: approx Biloba Flower. HEX triplet: B9, 92 and EB. RGB value is (185,146,235). Sum of RGB (Red+Green+Blue) = 185+146+235=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #B992EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992EB is #466D14. Grayscale: #A7A7A7. Windows color (decimal): -4615445 or 15438521. OLE color: 15438521.

HSL color Cylindrical-coordinate representation of color #B992EB: hue angle of 266.29º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B992EB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185146235-
CMYK0.210.3800.08
HSL266.29º68.99%74.71%-
HSV(B)266.29º37.87%92.16%-
XYZ45.2836.8783.33-
YUV167.81165.92140.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 146 (57.42% from 255) = 25.80%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=32.69%
G=25.80%
B=41.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851462350.210.3800.08266.2968.9974.71
HexB992EB15260810a454b
Octal2712223532546010412105113
Binary101110011001001011101011101011001100100010000101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992EB; }

 p { color: rgb(185,146,235); }

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

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

 a { background-color: rgb(185,146,235); }

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

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

 span { border-color: rgb(185,146,235); }

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