#B993EB

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

Shades of Biloba Flower #B993EB

Tints of Biloba Flower #B993EB

Color information

#B993EB (or 0xB993EB) is unknown color: approx Biloba Flower. HEX triplet: B9, 93 and EB. RGB value is (185,147,235). Sum of RGB (Red+Green+Blue) = 185+147+235=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #B993EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993EB is #466C14. Grayscale: #A8A8A8. Windows color (decimal): -4615189 or 15438777. OLE color: 15438777.

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

Color convert

RGB185147235-
CMYK0.210.3700.08
HSL265.91º68.75%74.9%-
HSV(B)265.91º37.45%92.16%-
XYZ45.4437.1883.38-
YUV168.39165.59139.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=32.63%
G=25.93%
B=41.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851472350.210.3700.08265.9168.7574.9
HexB993EB15250810a454b
Octal2712233532545010412105113
Binary101110011001001111101011101011001010100010000101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993EB; }

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

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

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

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

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

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

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

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