#B993E1

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

Shades of Biloba Flower #B993E1

Tints of Biloba Flower #B993E1

Color information

#B993E1 (or 0xB993E1) is unknown color: approx Biloba Flower. HEX triplet: B9, 93 and E1. RGB value is (185,147,225). Sum of RGB (Red+Green+Blue) = 185+147+225=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #B993E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993E1 is #466C1E. Grayscale: #A6A6A6. Windows color (decimal): -4615199 or 14783417. OLE color: 14783417.

HSL color Cylindrical-coordinate representation of color #B993E1: hue angle of 269.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B993E1 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185147225-
CMYK0.180.3500.12
HSL269.23º56.52%72.94%-
HSV(B)269.23º34.67%88.24%-
XYZ44.0336.6275.98-
YUV167.25160.59140.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=33.21%
G=26.39%
B=40.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851472250.180.3500.12269.2356.5272.94
HexB993E112230C10d3949
Octal271223341224301441571111
Binary10111001100100111110000110010100011011001000011011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993E1; }

 p { color: rgb(185,147,225); }

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

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

 a { background-color: rgb(185,147,225); }

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

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

 span { border-color: rgb(185,147,225); }

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