#B08BDF

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

Shades of Biloba Flower #B08BDF

Tints of Biloba Flower #B08BDF

Color information

#B08BDF (or 0xB08BDF) is unknown color: approx Biloba Flower. HEX triplet: B0, 8B and DF. RGB value is (176,139,223). Sum of RGB (Red+Green+Blue) = 176+139+223=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #B08BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BDF is #4F7420. Grayscale: #9F9F9F. Windows color (decimal): -5207073 or 14650288. OLE color: 14650288.

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

Color convert

RGB176139223-
CMYK0.210.3800.13
HSL266.43º56.76%70.98%-
HSV(B)266.43º37.67%87.45%-
XYZ40.4633.0274.05-
YUV159.64163.76139.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=32.71%
G=25.84%
B=41.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761392230.210.3800.13266.4356.7670.98
HexB08BDF15260D10a3947
Octal260213337254601541271107
Binary10110000100010111101111110101100110011011000010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BDF; }

 p { color: rgb(176,139,223); }

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

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

 a { background-color: rgb(176,139,223); }

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

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

 span { border-color: rgb(176,139,223); }

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