#B093DA

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

Shades of Biloba Flower #B093DA

Tints of Biloba Flower #B093DA

Color information

#B093DA (or 0xB093DA) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and DA. RGB value is (176,147,218). Sum of RGB (Red+Green+Blue) = 176+147+218=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #B093DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093DA is #4F6C25. Grayscale: #A3A3A3. Windows color (decimal): -5205030 or 14324656. OLE color: 14324656.

HSL color Cylindrical-coordinate representation of color #B093DA: hue angle of 264.51º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B093DA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176147218-
CMYK0.190.3300.15
HSL264.51º48.97%71.57%-
HSV(B)264.51º32.57%85.49%-
XYZ40.9935.1670.96-
YUV163.77158.61136.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=32.53%
G=27.17%
B=40.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761472180.190.3300.15264.5148.9771.57
HexB093DA13210F1093148
Octal260223332234101741161110
Binary10110000100100111101101010011100001011111000010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093DA; }

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

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

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

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

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

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

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

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