Html Css Color HEX #B49DCD Biloba Flower

📋 copy color: '#B49DCD'

red 180 ◦ green 157 ◦ blue 205

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

Shades of Biloba Flower #B49DCD

Tints of Biloba Flower #B49DCD

RGB

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

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

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

R = 33.21%
G = 28.97%
B = 37.82%

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

#B49DCD (or 0xB49DCD) is known color: Biloba Flower. HEX triplet: B4, 9D and CD. RGB value is (180,157,205). Sum of RGB (Red+Green+Blue) = 180+157+205=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #B49DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DCD is #4B6232. Grayscale: #A9A9A9. Windows color (decimal): -4940339 or 13475252. OLE color: 13475252.

HSL color Cylindrical-coordinate representation of color #B49DCD: hue angle of 268.75º 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 #B49DCD is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 157 205 -
CMYK 0.12 0.23 0 0.20
HSL 268.75º 0.32% 0.71% -
HSV(B) 268.75º 0.23% 0.8% -
XYZ 41.9 38.23 62.93 -
YUV 169.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 180 157 205 0.12 0.23 0 0.20 268.75 0.32 0.71
Hex B4 9D CD C 17 0 14 10D 20 47
Octal 264 235 315 14 27 0 24 415 40 107
Binary 10110100 10011101 11001101 1100 10111 0 10100 100001101 100000 1000111

Color Harmonies of #B49DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DCD

Black with #B49DCD

Text Example


Text Example

White with #B49DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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