#B08CE1

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

Shades of Biloba Flower #B08CE1

Tints of Biloba Flower #B08CE1

Color information

#B08CE1 (or 0xB08CE1) is unknown color: approx Biloba Flower. HEX triplet: B0, 8C and E1. RGB value is (176,140,225). Sum of RGB (Red+Green+Blue) = 176+140+225=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #B08CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CE1 is #4F731E. Grayscale: #A0A0A0. Windows color (decimal): -5206815 or 14781616. OLE color: 14781616.

HSL color Cylindrical-coordinate representation of color #B08CE1: hue angle of 265.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B08CE1 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176140225-
CMYK0.220.3800.12
HSL265.41º58.62%71.57%-
HSV(B)265.41º37.78%88.24%-
XYZ40.8733.4275.53-
YUV160.45164.43139.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=32.53%
G=25.88%
B=41.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761402250.220.3800.12265.4158.6271.57
HexB08CE116260C1093b48
Octal260214341264601441173110
Binary10110000100011001110000110110100110011001000010011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CE1; }

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

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

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

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

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

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

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

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