#B08CD5

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

Shades of Biloba Flower #B08CD5

Tints of Biloba Flower #B08CD5

Color information

#B08CD5 (or 0xB08CD5) is unknown color: approx Biloba Flower. HEX triplet: B0, 8C and D5. RGB value is (176,140,213). Sum of RGB (Red+Green+Blue) = 176+140+213=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #B08CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CD5 is #4F732A. Grayscale: #9E9E9E. Windows color (decimal): -5206827 or 13995184. OLE color: 13995184.

HSL color Cylindrical-coordinate representation of color #B08CD5: hue angle of 269.59º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08CD5 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176140213-
CMYK0.170.3400.16
HSL269.59º46.5%69.22%-
HSV(B)269.59º34.27%83.53%-
XYZ39.2932.7967.21-
YUV159.09158.43140.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=33.27%
G=26.47%
B=40.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761402130.170.3400.16269.5946.569.22
HexB08CD5112201010e2e45
Octal260214325214202041656105
Binary101100001000110011010101100011000100100001000011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CD5; }

 p { color: rgb(176,140,213); }

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

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

 a { background-color: rgb(176,140,213); }

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

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

 span { border-color: rgb(176,140,213); }

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