#B394DC

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

Shades of Biloba Flower #B394DC

Tints of Biloba Flower #B394DC

Color information

#B394DC (or 0xB394DC) is unknown color: approx Biloba Flower. HEX triplet: B3, 94 and DC. RGB value is (179,148,220). Sum of RGB (Red+Green+Blue) = 179+148+220=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #B394DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394DC is #4C6B23. Grayscale: #A5A5A5. Windows color (decimal): -5008164 or 14455987. OLE color: 14455987.

HSL color Cylindrical-coordinate representation of color #B394DC: hue angle of 265.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B394DC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179148220-
CMYK0.190.3300.14
HSL265.83º50.7%72.16%-
HSV(B)265.83º32.73%86.27%-
XYZ42.135.9372.43-
YUV165.48158.77137.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=32.72%
G=27.06%
B=40.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791482200.190.3300.14265.8350.772.16
HexB394DC13210E10a3348
Octal263224334234101641263110
Binary10110011100101001101110010011100001011101000010101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394DC; }

 p { color: rgb(179,148,220); }

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

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

 a { background-color: rgb(179,148,220); }

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

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

 span { border-color: rgb(179,148,220); }

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