#B47EE3

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

Shades of Biloba Flower #B47EE3

Tints of Biloba Flower #B47EE3

Color information

#B47EE3 (or 0xB47EE3) is unknown color: approx Biloba Flower. HEX triplet: B4, 7E and E3. RGB value is (180,126,227). Sum of RGB (Red+Green+Blue) = 180+126+227=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #B47EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47EE3 is #4B811C. Grayscale: #999999. Windows color (decimal): -4948253 or 14909108. OLE color: 14909108.

HSL color Cylindrical-coordinate representation of color #B47EE3: hue angle of 272.08º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B47EE3 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB180126227-
CMYK0.210.4400.11
HSL272.08º64.33%69.22%-
HSV(B)272.08º44.49%89.02%-
XYZ40.1530.1776.38-
YUV153.66169.39146.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 126 (49.61% from 255) = 23.64%
BLUE value IS 227 (89.06% from 255) = 42.59%
R=33.77%
G=23.64%
B=42.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1801262270.210.4400.11272.0864.3369.22
HexB47EE3152C0B1104045
Octal2641763432554013420100105
Binary10110100111111011100011101011011000101110001000010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EE3; }

 p { color: rgb(180,126,227); }

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

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

 a { background-color: rgb(180,126,227); }

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

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

 span { border-color: rgb(180,126,227); }

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