Html Css Color HEX #B49CDD Biloba Flower

📋 copy color: '#B49CDD'

red 180 ◦ green 156 ◦ blue 221

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

Shades of Biloba Flower #B49CDD

Tints of Biloba Flower #B49CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.01%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 32.32%
G = 28.01%
B = 39.68%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B49CDD (or 0xB49CDD) is known color: Biloba Flower. HEX triplet: B4, 9C and DD. RGB value is (180,156,221). Sum of RGB (Red+Green+Blue) = 180+156+221=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #B49CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CDD is #4B6322. Grayscale: #AAAAAA. Windows color (decimal): -4940579 or 14523572. OLE color: 14523572.

HSL color Cylindrical-coordinate representation of color #B49CDD: hue angle of 262.15º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49CDD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 156 221 -
CMYK 0.19 0.29 0 0.13
HSL 262.15º 0.49% 0.74% -
HSV(B) 262.15º 0.29% 0.87% -
XYZ 43.76 38.7 73.57 -
YUV 170.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 180 156 221 0.19 0.29 0 0.13 262.15 0.49 0.74
Hex B4 9C DD 13 1D 0 D 106 31 4A
Octal 264 234 335 23 35 0 15 406 61 112
Binary 10110100 10011100 11011101 10011 11101 0 1101 100000110 110001 1001010

Color Harmonies of #B49CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CDD

Black with #B49CDD

Text Example


Text Example

White with #B49CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CDD; }

 p { color: rgb(180,156,221); }

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

background-color css

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

 a { background-color: rgb(180,156,221); }

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

border-color css

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

 span { border-color: rgb(180,156,221); }

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