#B47DEA

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

Shades of Biloba Flower #B47DEA

Tints of Biloba Flower #B47DEA

Color information

#B47DEA (or 0xB47DEA) is unknown color: approx Biloba Flower. HEX triplet: B4, 7D and EA. RGB value is (180,125,234). Sum of RGB (Red+Green+Blue) = 180+125+234=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #B47DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47DEA is #4B8215. Grayscale: #999999. Windows color (decimal): -4948502 or 15367604. OLE color: 15367604.

HSL color Cylindrical-coordinate representation of color #B47DEA: hue angle of 270.28º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B47DEA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180125234-
CMYK0.230.4700.08
HSL270.28º72.19%70.39%-
HSV(B)270.28º46.58%91.76%-
XYZ41.0130.3181.53-
YUV153.87173.22146.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=33.40%
G=23.19%
B=43.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801252340.230.4700.08270.2872.1970.39
HexB47DEA172F0810e4846
Octal2641753522757010416110106
Binary10110100111110111101010101111011110100010000111010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DEA; }

 p { color: rgb(180,125,234); }

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

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

 a { background-color: rgb(180,125,234); }

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

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

 span { border-color: rgb(180,125,234); }

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