#B293DB

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

Shades of Biloba Flower #B293DB

Tints of Biloba Flower #B293DB

Color information

#B293DB (or 0xB293DB) is unknown color: approx Biloba Flower. HEX triplet: B2, 93 and DB. RGB value is (178,147,219). Sum of RGB (Red+Green+Blue) = 178+147+219=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #B293DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293DB is #4D6C24. Grayscale: #A4A4A4. Windows color (decimal): -5073957 or 14390194. OLE color: 14390194.

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

Color convert

RGB178147219-
CMYK0.190.3300.14
HSL265.83º50%71.76%-
HSV(B)265.83º32.88%85.88%-
XYZ41.5835.4571.67-
YUV164.48158.77137.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=32.72%
G=27.02%
B=40.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781472190.190.3300.14265.835071.76
HexB293DB13210E10a3248
Octal262223333234101641262110
Binary10110010100100111101101110011100001011101000010101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293DB; }

 p { color: rgb(178,147,219); }

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

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

 a { background-color: rgb(178,147,219); }

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

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

 span { border-color: rgb(178,147,219); }

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