#B292CD

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

Shades of Biloba Flower #B292CD

Tints of Biloba Flower #B292CD

Color information

#B292CD (or 0xB292CD) is unknown color: approx Biloba Flower. HEX triplet: B2, 92 and CD. RGB value is (178,146,205). Sum of RGB (Red+Green+Blue) = 178+146+205=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 146 (57.42% from 255 or 27.60% 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 #B292CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292CD is #4D6D32. Grayscale: #A2A2A2. Windows color (decimal): -5074227 or 13472434. OLE color: 13472434.

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

Color convert

RGB178146205-
CMYK0.130.2900.20
HSL272.54º37.11%68.82%-
HSV(B)272.54º28.78%80.39%-
XYZ39.6634.4362.31-
YUV162.29152.1139.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=33.65%
G=27.60%
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
Decimal1781462050.130.2900.20272.5437.1168.82
HexB292CDD1D0141112545
Octal262222315153502442145105
Binary1011001010010010110011011101111010101001000100011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292CD; }

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

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

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

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

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

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

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

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