Html Css Color HEX #B49DDC Biloba Flower

📋 copy color: '#B49DDC'

red 180 ◦ green 157 ◦ blue 220

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

Shades of Biloba Flower #B49DDC

Tints of Biloba Flower #B49DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.19%

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

R = 32.32%
G = 28.19%
B = 39.5%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B49DDC (or 0xB49DDC) is known color: Biloba Flower. HEX triplet: B4, 9D and DC. RGB value is (180,157,220). Sum of RGB (Red+Green+Blue) = 180+157+220=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #B49DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DDC is #4B6223. Grayscale: #AAAAAA. Windows color (decimal): -4940324 or 14458292. OLE color: 14458292.

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

Color convert

RGB 180 157 220 -
CMYK 0.18 0.29 0 0.14
HSL 261.9º 0.47% 0.74% -
HSV(B) 261.9º 0.29% 0.86% -
XYZ 43.8 38.98 72.93 -
YUV 171.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 180 157 220 0.18 0.29 0 0.14 261.9 0.47 0.74
Hex B4 9D DC 12 1D 0 E 106 2F 4A
Octal 264 235 334 22 35 0 16 406 57 112
Binary 10110100 10011101 11011100 10010 11101 0 1110 100000110 101111 1001010

Color Harmonies of #B49DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DDC

Black with #B49DDC

Text Example


Text Example

White with #B49DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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