#B292E1

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

Shades of Biloba Flower #B292E1

Tints of Biloba Flower #B292E1

Color information

#B292E1 (or 0xB292E1) is unknown color: approx Biloba Flower. HEX triplet: B2, 92 and E1. RGB value is (178,146,225). Sum of RGB (Red+Green+Blue) = 178+146+225=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #B292E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292E1 is #4D6D1E. Grayscale: #A4A4A4. Windows color (decimal): -5074207 or 14783154. OLE color: 14783154.

HSL color Cylindrical-coordinate representation of color #B292E1: hue angle of 264.3º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B292E1 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178146225-
CMYK0.210.3500.12
HSL264.3º56.83%72.75%-
HSV(B)264.3º35.11%88.24%-
XYZ42.2335.4675.85-
YUV164.57162.1137.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 146 (57.42% from 255) = 26.59%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=32.42%
G=26.59%
B=40.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781462250.210.3500.12264.356.8372.75
HexB292E115230C1083949
Octal262222341254301441071111
Binary10110010100100101110000110101100011011001000010001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292E1; }

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

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

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

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

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

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

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

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