Html Css Color HEX #B49ECE Biloba Flower

📋 copy color: '#B49ECE'

red 180 ◦ green 158 ◦ blue 206

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

Shades of Biloba Flower #B49ECE

Tints of Biloba Flower #B49ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 33.09%
G = 29.04%
B = 37.87%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B49ECE (or 0xB49ECE) is known color: Biloba Flower. HEX triplet: B4, 9E and CE. RGB value is (180,158,206). Sum of RGB (Red+Green+Blue) = 180+158+206=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #B49ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ECE is #4B6131. Grayscale: #A9A9A9. Windows color (decimal): -4940082 or 13541044. OLE color: 13541044.

HSL color Cylindrical-coordinate representation of color #B49ECE: hue angle of 267.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B49ECE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 158 206 -
CMYK 0.13 0.23 0 0.19
HSL 267.5º 0.33% 0.71% -
HSV(B) 267.5º 0.23% 0.81% -
XYZ 42.19 38.61 63.62 -
YUV 170.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 180 158 206 0.13 0.23 0 0.19 267.5 0.33 0.71
Hex B4 9E CE D 17 0 13 10C 21 47
Octal 264 236 316 15 27 0 23 414 41 107
Binary 10110100 10011110 11001110 1101 10111 0 10011 100001100 100001 1000111

Color Harmonies of #B49ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49ECE

Black with #B49ECE

Text Example


Text Example

White with #B49ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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