#B993EA

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

Shades of Biloba Flower #B993EA

Tints of Biloba Flower #B993EA

Color information

#B993EA (or 0xB993EA) is unknown color: approx Biloba Flower. HEX triplet: B9, 93 and EA. RGB value is (185,147,234). Sum of RGB (Red+Green+Blue) = 185+147+234=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #B993EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993EA is #466C15. Grayscale: #A7A7A7. Windows color (decimal): -4615190 or 15373241. OLE color: 15373241.

HSL color Cylindrical-coordinate representation of color #B993EA: hue angle of 266.21º degrees, saturation: 0.67, 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 #B993EA is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185147234-
CMYK0.210.3700.08
HSL266.21º67.44%74.71%-
HSV(B)266.21º37.18%91.76%-
XYZ45.2937.1282.62-
YUV168.28165.09139.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=32.69%
G=25.97%
B=41.34%

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
Decimal1851472340.210.3700.08266.2167.4474.71
HexB993EA15250810a434b
Octal2712233522545010412103113
Binary101110011001001111101010101011001010100010000101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993EA; }

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

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

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

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

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

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

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

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