#B08AD0

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

Shades of Biloba Flower #B08AD0

Tints of Biloba Flower #B08AD0

Color information

#B08AD0 (or 0xB08AD0) is unknown color: approx Biloba Flower. HEX triplet: B0, 8A and D0. RGB value is (176,138,208). Sum of RGB (Red+Green+Blue) = 176+138+208=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #B08AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08AD0 is #4F752F. Grayscale: #9D9D9D. Windows color (decimal): -5207344 or 13666992. OLE color: 13666992.

HSL color Cylindrical-coordinate representation of color #B08AD0: hue angle of 272.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08AD0 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176138208-
CMYK0.150.3400.18
HSL272.57º42.68%67.84%-
HSV(B)272.57º33.65%81.57%-
XYZ38.3831.9663.82-
YUV157.34156.59141.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 138 (54.30% from 255) = 26.44%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=33.72%
G=26.44%
B=39.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761382080.150.3400.18272.5742.6867.84
HexB08AD0F220121112b44
Octal260212320174202242153104
Binary10110000100010101101000011111000100100101000100011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AD0; }

 p { color: rgb(176,138,208); }

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

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

 a { background-color: rgb(176,138,208); }

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

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

 span { border-color: rgb(176,138,208); }

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