Html Css Color HEX #B49CE1 Biloba Flower

📋 copy color: '#B49CE1'

red 180 ◦ green 156 ◦ blue 225

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

Shades of Biloba Flower #B49CE1

Tints of Biloba Flower #B49CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.11%

R = 32.09%
G = 27.81%
B = 40.11%

CMYK

 C value IS 0.2

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B49CE1 (or 0xB49CE1) is known color: Biloba Flower. HEX triplet: B4, 9C and E1. RGB value is (180,156,225). Sum of RGB (Red+Green+Blue) = 180+156+225=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #B49CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CE1 is #4B631E. Grayscale: #AAAAAA. Windows color (decimal): -4940575 or 14785716. OLE color: 14785716.

HSL color Cylindrical-coordinate representation of color #B49CE1: hue angle of 260.87º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B49CE1 is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 156 225 -
CMYK 0.2 0.31 0 0.12
HSL 260.87º 0.53% 0.75% -
HSV(B) 260.87º 0.31% 0.88% -
XYZ 44.3 38.92 76.41 -
YUV 171.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 180 156 225 0.2 0.31 0 0.12 260.87 0.53 0.75
Hex B4 9C E1 14 1F 0 C 105 35 4B
Octal 264 234 341 24 37 0 14 405 65 113
Binary 10110100 10011100 11100001 10100 11111 0 1100 100000101 110101 1001011

Color Harmonies of #B49CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CE1

Black with #B49CE1

Text Example


Text Example

White with #B49CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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