#B493CD

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

Shades of Biloba Flower #B493CD

Tints of Biloba Flower #B493CD

Color information

#B493CD (or 0xB493CD) is unknown color: approx Biloba Flower. HEX triplet: B4, 93 and CD. RGB value is (180,147,205). Sum of RGB (Red+Green+Blue) = 180+147+205=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #B493CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493CD is #4B6C32. Grayscale: #A3A3A3. Windows color (decimal): -4942899 or 13472692. OLE color: 13472692.

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

Color convert

RGB180147205-
CMYK0.120.2800.20
HSL274.14º36.71%69.02%-
HSV(B)274.14º28.29%80.39%-
XYZ40.2834.9862.39-
YUV163.48151.43139.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=33.83%
G=27.63%
B=38.53%

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
Decimal1801472050.120.2800.20274.1436.7169.02
HexB493CDC1C0141122545
Octal264223315143402442245105
Binary1011010010010011110011011100111000101001000100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493CD; }

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

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

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

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

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

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

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

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