#B994EC

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

Shades of Biloba Flower #B994EC

Tints of Biloba Flower #B994EC

Color information

#B994EC (or 0xB994EC) is unknown color: approx Biloba Flower. HEX triplet: B9, 94 and EC. RGB value is (185,148,236). Sum of RGB (Red+Green+Blue) = 185+148+236=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #B994EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994EC is #466B13. Grayscale: #A8A8A8. Windows color (decimal): -4614932 or 15504569. OLE color: 15504569.

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

Color convert

RGB185148236-
CMYK0.220.3700.07
HSL265.23º69.84%75.29%-
HSV(B)265.23º37.29%92.55%-
XYZ45.7437.5584.19-
YUV169.09165.76139.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 148 (58.20% from 255) = 26.01%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=32.51%
G=26.01%
B=41.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851482360.220.3700.07265.2369.8475.29
HexB994EC162507109464b
Octal271224354264507411106113
Binary10111001100101001110110010110100101011110000100110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994EC; }

 p { color: rgb(185,148,236); }

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

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

 a { background-color: rgb(185,148,236); }

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

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

 span { border-color: rgb(185,148,236); }

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