#B47FEE

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

Shades of Biloba Flower #B47FEE

Tints of Biloba Flower #B47FEE

Color information

#B47FEE (or 0xB47FEE) is unknown color: approx Biloba Flower. HEX triplet: B4, 7F and EE. RGB value is (180,127,238). Sum of RGB (Red+Green+Blue) = 180+127+238=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #B47FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47FEE is #4B8011. Grayscale: #9B9B9B. Windows color (decimal): -4947986 or 15630260. OLE color: 15630260.

HSL color Cylindrical-coordinate representation of color #B47FEE: hue angle of 268.65º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B47FEE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180127238-
CMYK0.240.4700.07
HSL268.65º76.55%71.57%-
HSV(B)268.65º46.64%93.33%-
XYZ41.8431.0684.68-
YUV155.5174.56145.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=33.03%
G=23.30%
B=43.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801272380.240.4700.07268.6576.5571.57
HexB47FEE182F0710d4d48
Octal264177356305707415115110
Binary1011010011111111110111011000101111011110000110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FEE; }

 p { color: rgb(180,127,238); }

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

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

 a { background-color: rgb(180,127,238); }

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

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

 span { border-color: rgb(180,127,238); }

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