#B391CD

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

Shades of Biloba Flower #B391CD

Tints of Biloba Flower #B391CD

Color information

#B391CD (or 0xB391CD) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and CD. RGB value is (179,145,205). Sum of RGB (Red+Green+Blue) = 179+145+205=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #B391CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391CD is #4C6E32. Grayscale: #A1A1A1. Windows color (decimal): -5008947 or 13472179. OLE color: 13472179.

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

Color convert

RGB179145205-
CMYK0.130.2900.20
HSL274º37.5%68.63%-
HSV(B)274º29.27%80.39%-
XYZ39.7434.2462.27-
YUV162.01152.26140.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=33.84%
G=27.41%
B=38.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791452050.130.2900.2027437.568.63
HexB391CDD1D0141122545
Octal263221315153502442245105
Binary1011001110010001110011011101111010101001000100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391CD; }

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

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

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

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

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

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

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

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