#B093D1

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

Shades of Biloba Flower #B093D1

Tints of Biloba Flower #B093D1

Color information

#B093D1 (or 0xB093D1) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and D1. RGB value is (176,147,209). Sum of RGB (Red+Green+Blue) = 176+147+209=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #B093D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093D1 is #4F6C2E. Grayscale: #A2A2A2. Windows color (decimal): -5205039 or 13734832. OLE color: 13734832.

HSL color Cylindrical-coordinate representation of color #B093D1: hue angle of 268.06º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B093D1 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176147209-
CMYK0.160.3000.18
HSL268.06º40.26%69.8%-
HSV(B)268.06º29.67%81.96%-
XYZ39.8534.764.92-
YUV162.74154.11137.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=33.08%
G=27.63%
B=39.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761472090.160.3000.18268.0640.2669.8
HexB093D1101E01210c2846
Octal260223321203602241450106
Binary10110000100100111101000110000111100100101000011001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093D1; }

 p { color: rgb(176,147,209); }

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

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

 a { background-color: rgb(176,147,209); }

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

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

 span { border-color: rgb(176,147,209); }

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