#B583DC

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

Shades of Biloba Flower #B583DC

Tints of Biloba Flower #B583DC

Color information

#B583DC (or 0xB583DC) is unknown color: approx Biloba Flower. HEX triplet: B5, 83 and DC. RGB value is (181,131,220). Sum of RGB (Red+Green+Blue) = 181+131+220=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #B583DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B583DC is #4A7C23. Grayscale: #9B9B9B. Windows color (decimal): -4881444 or 14451637. OLE color: 14451637.

HSL color Cylindrical-coordinate representation of color #B583DC: hue angle of 273.71º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B583DC is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181131220-
CMYK0.180.4000.14
HSL273.71º55.97%68.82%-
HSV(B)273.71º40.45%86.27%-
XYZ40.0931.2271.62-
YUV156.1164.06145.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=34.02%
G=24.62%
B=41.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811312200.180.4000.14273.7155.9768.82
HexB583DC12280E1123845
Octal265203334225001642270105
Binary10110101100000111101110010010101000011101000100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B583DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B583DC; }

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

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

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

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

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

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

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

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