#B6A0E4

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

Shades of Biloba Flower #B6A0E4

Tints of Biloba Flower #B6A0E4

Color information

#B6A0E4 (or 0xB6A0E4) is unknown color: approx Biloba Flower. HEX triplet: B6, A0 and E4. RGB value is (182,160,228). Sum of RGB (Red+Green+Blue) = 182+160+228=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #B6A0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A0E4 is #495F1B. Grayscale: #AEAEAE. Windows color (decimal): -4808476 or 14983350. OLE color: 14983350.

HSL color Cylindrical-coordinate representation of color #B6A0E4: hue angle of 259.41º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6A0E4 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182160228-
CMYK0.200.3000.11
HSL259.41º55.74%76.08%-
HSV(B)259.41º29.82%89.41%-
XYZ45.8740.6978.83-
YUV174.33158.29133.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 228 (89.45% from 255) = 40%
R=31.93%
G=28.07%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821602280.200.3000.11259.4155.7476.08
HexB6A0E4141E0B103384c
Octal266240344243601340370114
Binary1011011010100000111001001010011110010111000000111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A0E4; }

 p { color: rgb(182,160,228); }

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

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

 a { background-color: rgb(182,160,228); }

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

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

 span { border-color: rgb(182,160,228); }

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