#B992F1

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

Shades of Biloba Flower #B992F1

Tints of Biloba Flower #B992F1

Color information

#B992F1 (or 0xB992F1) is unknown color: approx Biloba Flower. HEX triplet: B9, 92 and F1. RGB value is (185,146,241). Sum of RGB (Red+Green+Blue) = 185+146+241=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #B992F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992F1 is #466D0E. Grayscale: #A8A8A8. Windows color (decimal): -4615439 or 15831737. OLE color: 15831737.

HSL color Cylindrical-coordinate representation of color #B992F1: hue angle of 264.63º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B992F1 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185146241-
CMYK0.230.3900.05
HSL264.63º77.24%75.88%-
HSV(B)264.63º39.42%94.51%-
XYZ46.1637.2287.97-
YUV168.49168.92139.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.34%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=32.34%
G=25.52%
B=42.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851462410.230.3900.05264.6377.2475.88
HexB992F11727051094d4c
Octal271222361274705411115114
Binary10111001100100101111000110111100111010110000100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992F1; }

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

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

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

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

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

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

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

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