#B07DDC

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

Shades of Biloba Flower #B07DDC

Tints of Biloba Flower #B07DDC

Color information

#B07DDC (or 0xB07DDC) is unknown color: approx Biloba Flower. HEX triplet: B0, 7D and DC. RGB value is (176,125,220). Sum of RGB (Red+Green+Blue) = 176+125+220=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #B07DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DDC is #4F8223. Grayscale: #969696. Windows color (decimal): -5210660 or 14450096. OLE color: 14450096.

HSL color Cylindrical-coordinate representation of color #B07DDC: hue angle of 272.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B07DDC is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176125220-
CMYK0.20.4300.14
HSL272.21º57.58%67.65%-
HSV(B)272.21º43.18%86.27%-
XYZ38.1629.0671.31-
YUV151.08166.9145.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=33.78%
G=23.99%
B=42.23%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761252200.20.4300.14272.2157.5867.65
HexB07DDC142B0E1103a44
Octal260175334245301642072104
Binary1011000011111011101110010100101011011101000100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DDC; }

 p { color: rgb(176,125,220); }

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

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

 a { background-color: rgb(176,125,220); }

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

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

 span { border-color: rgb(176,125,220); }

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