#B495DC

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

Shades of Biloba Flower #B495DC

Tints of Biloba Flower #B495DC

Color information

#B495DC (or 0xB495DC) is unknown color: approx Biloba Flower. HEX triplet: B4, 95 and DC. RGB value is (180,149,220). Sum of RGB (Red+Green+Blue) = 180+149+220=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 149 (58.59% from 255 or 27.14% 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 #B495DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495DC is #4B6A23. Grayscale: #A6A6A6. Windows color (decimal): -4942372 or 14456244. OLE color: 14456244.

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

Color convert

RGB180149220-
CMYK0.180.3200.14
HSL266.2º50.35%72.35%-
HSV(B)266.2º32.27%86.27%-
XYZ42.4936.3772.49-
YUV166.36158.27137.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=32.79%
G=27.14%
B=40.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801492200.180.3200.14266.250.3572.35
HexB495DC12200E10a3248
Octal264225334224001641262110
Binary10110100100101011101110010010100000011101000010101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495DC; }

 p { color: rgb(180,149,220); }

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

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

 a { background-color: rgb(180,149,220); }

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

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

 span { border-color: rgb(180,149,220); }

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