#B393CD

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

Shades of Biloba Flower #B393CD

Tints of Biloba Flower #B393CD

Color information

#B393CD (or 0xB393CD) is unknown color: approx Biloba Flower. HEX triplet: B3, 93 and CD. RGB value is (179,147,205). Sum of RGB (Red+Green+Blue) = 179+147+205=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #B393CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393CD is #4C6C32. Grayscale: #A2A2A2. Windows color (decimal): -5008435 or 13472691. OLE color: 13472691.

HSL color Cylindrical-coordinate representation of color #B393CD: hue angle of 273.1º degrees, saturation: 0.37, 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 #B393CD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179147205-
CMYK0.130.2800.20
HSL273.1º36.71%69.02%-
HSV(B)273.1º28.29%80.39%-
XYZ40.0434.8662.38-
YUV163.18151.6139.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=33.71%
G=27.68%
B=38.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791472050.130.2800.20273.136.7169.02
HexB393CDD1C0141112545
Octal263223315153402442145105
Binary1011001110010011110011011101111000101001000100011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393CD; }

 p { color: rgb(179,147,205); }

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

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

 a { background-color: rgb(179,147,205); }

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

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

 span { border-color: rgb(179,147,205); }

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