#B994E6

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

Shades of Biloba Flower #B994E6

Tints of Biloba Flower #B994E6

Color information

#B994E6 (or 0xB994E6) is unknown color: approx Biloba Flower. HEX triplet: B9, 94 and E6. RGB value is (185,148,230). Sum of RGB (Red+Green+Blue) = 185+148+230=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #B994E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994E6 is #466B19. Grayscale: #A8A8A8. Windows color (decimal): -4614938 or 15111353. OLE color: 15111353.

HSL color Cylindrical-coordinate representation of color #B994E6: hue angle of 267.07º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B994E6 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB185148230-
CMYK0.200.3600.10
HSL267.07º62.12%74.12%-
HSV(B)267.07º35.65%90.2%-
XYZ44.8837.2179.68-
YUV168.41162.76139.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 230 (90.23% from 255) = 40.85%
R=32.86%
G=26.29%
B=40.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1851482300.200.3600.10267.0762.1274.12
HexB994E614240A10b3e4a
Octal271224346244401241376112
Binary10111001100101001110011010100100100010101000010111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994E6; }

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

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

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

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

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

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

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

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