Html Css Color HEX #B49CE5 Biloba Flower

📋 copy color: '#B49CE5'

red 180 ◦ green 156 ◦ blue 229

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

Shades of Biloba Flower #B49CE5

Tints of Biloba Flower #B49CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 31.86%
G = 27.61%
B = 40.53%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B49CE5 (or 0xB49CE5) is known color: Biloba Flower. HEX triplet: B4, 9C and E5. RGB value is (180,156,229). Sum of RGB (Red+Green+Blue) = 180+156+229=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #B49CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CE5 is #4B631A. Grayscale: #ABABAB. Windows color (decimal): -4940571 or 15047860. OLE color: 15047860.

HSL color Cylindrical-coordinate representation of color #B49CE5: hue angle of 259.73º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B49CE5 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 156 229 -
CMYK 0.21 0.32 0 0.10
HSL 259.73º 0.58% 0.75% -
HSV(B) 259.73º 0.32% 0.9% -
XYZ 44.85 39.14 79.32 -
YUV 171.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 180 156 229 0.21 0.32 0 0.10 259.73 0.58 0.75
Hex B4 9C E5 15 20 0 A 104 3A 4B
Octal 264 234 345 25 40 0 12 404 72 113
Binary 10110100 10011100 11100101 10101 100000 0 1010 100000100 111010 1001011

Color Harmonies of #B49CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CE5

Black with #B49CE5

Text Example


Text Example

White with #B49CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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