Html Css Color HEX #B49CDA Biloba Flower

📋 copy color: '#B49CDA'

red 180 ◦ green 156 ◦ blue 218

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

Shades of Biloba Flower #B49CDA

Tints of Biloba Flower #B49CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 32.49%
G = 28.16%
B = 39.35%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B49CDA (or 0xB49CDA) is known color: Biloba Flower. HEX triplet: B4, 9C and DA. RGB value is (180,156,218). Sum of RGB (Red+Green+Blue) = 180+156+218=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #B49CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CDA is #4B6325. Grayscale: #AAAAAA. Windows color (decimal): -4940582 or 14326964. OLE color: 14326964.

HSL color Cylindrical-coordinate representation of color #B49CDA: hue angle of 263.23º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49CDA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 156 218 -
CMYK 0.17 0.28 0 0.15
HSL 263.23º 0.46% 0.73% -
HSV(B) 263.23º 0.28% 0.85% -
XYZ 43.37 38.54 71.48 -
YUV 170.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 180 156 218 0.17 0.28 0 0.15 263.23 0.46 0.73
Hex B4 9C DA 11 1C 0 F 107 2E 49
Octal 264 234 332 21 34 0 17 407 56 111
Binary 10110100 10011100 11011010 10001 11100 0 1111 100000111 101110 1001001

Color Harmonies of #B49CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CDA

Black with #B49CDA

Text Example


Text Example

White with #B49CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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