#B993EE

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

Shades of Biloba Flower #B993EE

Tints of Biloba Flower #B993EE

Color information

#B993EE (or 0xB993EE) is unknown color: approx Biloba Flower. HEX triplet: B9, 93 and EE. RGB value is (185,147,238). Sum of RGB (Red+Green+Blue) = 185+147+238=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #B993EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993EE is #466C11. Grayscale: #A8A8A8. Windows color (decimal): -4615186 or 15635385. OLE color: 15635385.

HSL color Cylindrical-coordinate representation of color #B993EE: hue angle of 265.05º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B993EE is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185147238-
CMYK0.220.3800.07
HSL265.05º72.8%75.49%-
HSV(B)265.05º38.24%93.33%-
XYZ45.8737.3585.68-
YUV168.74167.09139.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.46%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=32.46%
G=25.79%
B=41.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851472380.220.3800.07265.0572.875.49
HexB993EE162607109494b
Octal271223356264607411111113
Binary10111001100100111110111010110100110011110000100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B993EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B993EE; }

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

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

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

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

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

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

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

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