#B994EB

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

Shades of Biloba Flower #B994EB

Tints of Biloba Flower #B994EB

Color information

#B994EB (or 0xB994EB) is unknown color: approx Biloba Flower. HEX triplet: B9, 94 and EB. RGB value is (185,148,235). Sum of RGB (Red+Green+Blue) = 185+148+235=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #B994EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994EB is #466B14. Grayscale: #A8A8A8. Windows color (decimal): -4614933 or 15439033. OLE color: 15439033.

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

Color convert

RGB185148235-
CMYK0.210.3700.08
HSL265.52º68.5%75.1%-
HSV(B)265.52º37.02%92.16%-
XYZ45.5937.4983.43-
YUV168.98165.26139.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 148 (58.20% from 255) = 26.06%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=32.57%
G=26.06%
B=41.37%

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
Decimal1851482350.210.3700.08265.5268.575.1
HexB994EB15250810a454b
Octal2712243532545010412105113
Binary101110011001010011101011101011001010100010000101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994EB; }

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

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

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

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

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

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

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

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