#B291CD

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

Shades of Biloba Flower #B291CD

Tints of Biloba Flower #B291CD

Color information

#B291CD (or 0xB291CD) is unknown color: approx Biloba Flower. HEX triplet: B2, 91 and CD. RGB value is (178,145,205). Sum of RGB (Red+Green+Blue) = 178+145+205=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #B291CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B291CD is #4D6E32. Grayscale: #A1A1A1. Windows color (decimal): -5074483 or 13472178. OLE color: 13472178.

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

Color convert

RGB178145205-
CMYK0.130.2900.20
HSL273º37.5%68.63%-
HSV(B)273º29.27%80.39%-
XYZ39.534.1262.26-
YUV161.71152.43139.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=33.71%
G=27.46%
B=38.83%

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
Decimal1781452050.130.2900.2027337.568.63
HexB291CDD1D0141112545
Octal262221315153502442145105
Binary1011001010010001110011011101111010101001000100011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B291CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B291CD; }

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

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

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

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

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

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

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

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