#B994E8

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

Shades of Biloba Flower #B994E8

Tints of Biloba Flower #B994E8

Color information

#B994E8 (or 0xB994E8) is unknown color: approx Biloba Flower. HEX triplet: B9, 94 and E8. RGB value is (185,148,232). Sum of RGB (Red+Green+Blue) = 185+148+232=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #B994E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994E8 is #466B17. Grayscale: #A8A8A8. Windows color (decimal): -4614936 or 15242425. OLE color: 15242425.

HSL color Cylindrical-coordinate representation of color #B994E8: hue angle of 266.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B994E8 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185148232-
CMYK0.200.3600.09
HSL266.43º64.62%74.51%-
HSV(B)266.43º36.21%90.98%-
XYZ45.1637.3281.17-
YUV168.64163.76139.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 232 (91.02% from 255) = 41.06%
R=32.74%
G=26.19%
B=41.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851482320.200.3600.09266.4364.6274.51
HexB994E814240910a414b
Octal2712243502444011412101113
Binary101110011001010011101000101001001000100110000101010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994E8; }

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

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

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

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

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

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

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

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