#B594DC

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

Shades of Biloba Flower #B594DC

Tints of Biloba Flower #B594DC

Color information

#B594DC (or 0xB594DC) is unknown color: approx Biloba Flower. HEX triplet: B5, 94 and DC. RGB value is (181,148,220). Sum of RGB (Red+Green+Blue) = 181+148+220=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B594DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594DC is #4A6B23. Grayscale: #A5A5A5. Windows color (decimal): -4877092 or 14455989. OLE color: 14455989.

HSL color Cylindrical-coordinate representation of color #B594DC: hue angle of 267.5º 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 #B594DC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181148220-
CMYK0.180.3300.14
HSL267.5º50.7%72.16%-
HSV(B)267.5º32.73%86.27%-
XYZ42.5636.1772.45-
YUV166.08158.43138.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=32.97%
G=26.96%
B=40.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811482200.180.3300.14267.550.772.16
HexB594DC12210E10c3348
Octal265224334224101641463110
Binary10110101100101001101110010010100001011101000011001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594DC; }

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

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

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

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

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

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

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

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