#B994E4

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

Shades of Biloba Flower #B994E4

Tints of Biloba Flower #B994E4

Color information

#B994E4 (or 0xB994E4) is unknown color: approx Biloba Flower. HEX triplet: B9, 94 and E4. RGB value is (185,148,228). Sum of RGB (Red+Green+Blue) = 185+148+228=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #B994E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994E4 is #466B1B. Grayscale: #A7A7A7. Windows color (decimal): -4614940 or 14980281. OLE color: 14980281.

HSL color Cylindrical-coordinate representation of color #B994E4: hue angle of 267.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B994E4 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185148228-
CMYK0.190.3500.11
HSL267.75º59.7%73.73%-
HSV(B)267.75º35.09%89.41%-
XYZ44.637.178.21-
YUV168.18161.76140-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=32.98%
G=26.38%
B=40.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851482280.190.3500.11267.7559.773.73
HexB994E413230B10c3c4a
Octal271224344234301341474112
Binary10111001100101001110010010011100011010111000011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994E4; }

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

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

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

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

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

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

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

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