Html Css Color HEX #B49EDF Biloba Flower

📋 copy color: '#B49EDF'

red 180 ◦ green 158 ◦ blue 223

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

Shades of Biloba Flower #B49EDF

Tints of Biloba Flower #B49EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.16%

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 32.09%
G = 28.16%
B = 39.75%

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

#B49EDF (or 0xB49EDF) is known color: Biloba Flower. HEX triplet: B4, 9E and DF. RGB value is (180,158,223). Sum of RGB (Red+Green+Blue) = 180+158+223=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #B49EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EDF is #4B6120. Grayscale: #ABABAB. Windows color (decimal): -4940065 or 14655156. OLE color: 14655156.

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

Color convert

RGB 180 158 223 -
CMYK 0.19 0.29 0 0.13
HSL 260.31º 0.5% 0.75% -
HSV(B) 260.31º 0.29% 0.87% -
XYZ 44.37 39.48 75.09 -
YUV 171.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 180 158 223 0.19 0.29 0 0.13 260.31 0.5 0.75
Hex B4 9E DF 13 1D 0 D 104 32 4B
Octal 264 236 337 23 35 0 15 404 62 113
Binary 10110100 10011110 11011111 10011 11101 0 1101 100000100 110010 1001011

Color Harmonies of #B49EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49EDF

Black with #B49EDF

Text Example


Text Example

White with #B49EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49EDF; }

 p { color: rgb(180,158,223); }

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

background-color css

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

 a { background-color: rgb(180,158,223); }

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

border-color css

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

 span { border-color: rgb(180,158,223); }

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