#B08ADD

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

Shades of Biloba Flower #B08ADD

Tints of Biloba Flower #B08ADD

Color information

#B08ADD (or 0xB08ADD) is unknown color: approx Biloba Flower. HEX triplet: B0, 8A and DD. RGB value is (176,138,221). Sum of RGB (Red+Green+Blue) = 176+138+221=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #B08ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ADD is #4F7522. Grayscale: #9E9E9E. Windows color (decimal): -5207331 or 14518960. OLE color: 14518960.

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

Color convert

RGB176138221-
CMYK0.200.3800.13
HSL267.47º54.97%70.39%-
HSV(B)267.47º37.56%86.67%-
XYZ40.0432.6372.59-
YUV158.82163.09140.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=32.90%
G=25.79%
B=41.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761382210.200.3800.13267.4754.9770.39
HexB08ADD14260D10b3746
Octal260212335244601541367106
Binary10110000100010101101110110100100110011011000010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08ADD; }

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

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

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

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

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

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

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

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