#B293CB

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

Shades of Biloba Flower #B293CB

Tints of Biloba Flower #B293CB

Color information

#B293CB (or 0xB293CB) is unknown color: approx Biloba Flower. HEX triplet: B2, 93 and CB. RGB value is (178,147,203). Sum of RGB (Red+Green+Blue) = 178+147+203=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #B293CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293CB is #4D6C34. Grayscale: #A2A2A2. Windows color (decimal): -5073973 or 13341618. OLE color: 13341618.

HSL color Cylindrical-coordinate representation of color #B293CB: hue angle of 273.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B293CB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178147203-
CMYK0.120.2800.20
HSL273.21º35%68.63%-
HSV(B)273.21º27.59%79.61%-
XYZ39.5734.6461.1-
YUV162.65150.77138.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=33.71%
G=27.84%
B=38.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781472030.120.2800.20273.213568.63
HexB293CBC1C0141112345
Octal262223313143402442143105
Binary1011001010010011110010111100111000101001000100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293CB; }

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

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

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

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

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

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

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

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