#B07DDD

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

Shades of Biloba Flower #B07DDD

Tints of Biloba Flower #B07DDD

Color information

#B07DDD (or 0xB07DDD) is unknown color: approx Biloba Flower. HEX triplet: B0, 7D and DD. RGB value is (176,125,221). Sum of RGB (Red+Green+Blue) = 176+125+221=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #B07DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DDD is #4F8222. Grayscale: #969696. Windows color (decimal): -5210659 or 14515632. OLE color: 14515632.

HSL color Cylindrical-coordinate representation of color #B07DDD: hue angle of 271.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B07DDD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176125221-
CMYK0.200.4300.13
HSL271.88º58.54%67.84%-
HSV(B)271.88º43.44%86.67%-
XYZ38.2929.1272.01-
YUV151.19167.4145.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=33.72%
G=23.95%
B=42.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761252210.200.4300.13271.8858.5467.84
HexB07DDD142B0D1103b44
Octal260175335245301542073104
Binary1011000011111011101110110100101011011011000100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DDD; }

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

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

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

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

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

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

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

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