Html Css Color HEX #B49EDC Biloba Flower

📋 copy color: '#B49EDC'

red 180 ◦ green 158 ◦ blue 220

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

Shades of Biloba Flower #B49EDC

Tints of Biloba Flower #B49EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 32.26%
G = 28.32%
B = 39.43%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B49EDC (or 0xB49EDC) is known color: Biloba Flower. HEX triplet: B4, 9E and DC. RGB value is (180,158,220). Sum of RGB (Red+Green+Blue) = 180+158+220=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B49EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EDC is #4B6123. Grayscale: #ABABAB. Windows color (decimal): -4940068 or 14458548. OLE color: 14458548.

HSL color Cylindrical-coordinate representation of color #B49EDC: hue angle of 261.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49EDC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 158 220 -
CMYK 0.18 0.28 0 0.14
HSL 261.29º 0.47% 0.74% -
HSV(B) 261.29º 0.28% 0.86% -
XYZ 43.97 39.32 72.98 -
YUV 171.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 180 158 220 0.18 0.28 0 0.14 261.29 0.47 0.74
Hex B4 9E DC 12 1C 0 E 105 2F 4A
Octal 264 236 334 22 34 0 16 405 57 112
Binary 10110100 10011110 11011100 10010 11100 0 1110 100000101 101111 1001010

Color Harmonies of #B49EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49EDC

Black with #B49EDC

Text Example


Text Example

White with #B49EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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