#B992E5

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

Shades of Biloba Flower #B992E5

Tints of Biloba Flower #B992E5

Color information

#B992E5 (or 0xB992E5) is unknown color: approx Biloba Flower. HEX triplet: B9, 92 and E5. RGB value is (185,146,229). Sum of RGB (Red+Green+Blue) = 185+146+229=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #B992E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992E5 is #466D1A. Grayscale: #A6A6A6. Windows color (decimal): -4615451 or 15045305. OLE color: 15045305.

HSL color Cylindrical-coordinate representation of color #B992E5: hue angle of 268.19º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B992E5 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB185146229-
CMYK0.190.3600.10
HSL268.19º61.48%73.53%-
HSV(B)268.19º36.24%89.8%-
XYZ44.4336.5378.84-
YUV167.12162.92140.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 229 (89.84% from 255) = 40.89%
R=33.04%
G=26.07%
B=40.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1851462290.190.3600.10268.1961.4873.53
HexB992E513240A10c3d4a
Octal271222345234401241475112
Binary10111001100100101110010110011100100010101000011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992E5; }

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

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

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

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

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

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

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

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