Html Css Color HEX #B49ECD Biloba Flower

📋 copy color: '#B49ECD'

red 180 ◦ green 158 ◦ blue 205

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

Shades of Biloba Flower #B49ECD

Tints of Biloba Flower #B49ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 33.15%
G = 29.1%
B = 37.75%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B49ECD (or 0xB49ECD) is known color: Biloba Flower. HEX triplet: B4, 9E and CD. RGB value is (180,158,205). Sum of RGB (Red+Green+Blue) = 180+158+205=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #B49ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ECD is #4B6132. Grayscale: #A9A9A9. Windows color (decimal): -4940083 or 13475508. OLE color: 13475508.

HSL color Cylindrical-coordinate representation of color #B49ECD: hue angle of 268.09º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B49ECD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 158 205 -
CMYK 0.12 0.23 0 0.20
HSL 268.09º 0.32% 0.71% -
HSV(B) 268.09º 0.23% 0.8% -
XYZ 42.07 38.56 62.98 -
YUV 169.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 180 158 205 0.12 0.23 0 0.20 268.09 0.32 0.71
Hex B4 9E CD C 17 0 14 10C 20 47
Octal 264 236 315 14 27 0 24 414 40 107
Binary 10110100 10011110 11001101 1100 10111 0 10100 100001100 100000 1000111

Color Harmonies of #B49ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49ECD

Black with #B49ECD

Text Example


Text Example

White with #B49ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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