Html Css Color HEX #B49EE0 Biloba Flower

📋 copy color: '#B49EE0'

red 180 ◦ green 158 ◦ blue 224

#B49EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B49EE0

Tints of Biloba Flower #B49EE0

RGB

 RED value IS 180 (70.7% from 255) = 32.03%

 GREEN value IS 158 (62.11% from 255) = 28.11%

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 32.03%
G = 28.11%
B = 39.86%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B49EE0 (or 0xB49EE0) is known color: Biloba Flower. HEX triplet: B4, 9E and E0. RGB value is (180,158,224). Sum of RGB (Red+Green+Blue) = 180+158+224=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #B49EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EE0 is #4B611F. Grayscale: #ABABAB. Windows color (decimal): -4940064 or 14720692. OLE color: 14720692.

HSL color Cylindrical-coordinate representation of color #B49EE0: hue angle of 260º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49EE0 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 158 224 -
CMYK 0.20 0.29 0 0.12
HSL 260º 0.52% 0.75% -
HSV(B) 260º 0.29% 0.88% -
XYZ 44.5 39.54 75.81 -
YUV 172.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 180 158 224 0.20 0.29 0 0.12 260 0.52 0.75
Hex B4 9E E0 14 1D 0 C 104 34 4B
Octal 264 236 340 24 35 0 14 404 64 113
Binary 10110100 10011110 11100000 10100 11101 0 1100 100000100 110100 1001011

Color Harmonies of #B49EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49EE0

Black with #B49EE0

Text Example


Text Example

White with #B49EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49EE0; }

 p { color: rgb(180,158,224); }

 H1.HeaderClassName
 {
   color: #B49EE0;
 }
 .AnyTagClassName
 {
   color: #B49EE0;
 }
</style>

background-color css

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

 a { background-color: rgb(180,158,224); }

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

border-color css

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

 span { border-color: rgb(180,158,224); }

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