Html Css Color HEX #B49FDF Biloba Flower

📋 copy color: '#B49FDF'

red 180 ◦ green 159 ◦ blue 223

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

Shades of Biloba Flower #B49FDF

Tints of Biloba Flower #B49FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.29%

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

R = 32.03%
G = 28.29%
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

#B49FDF (or 0xB49FDF) is known color: Biloba Flower. HEX triplet: B4, 9F and DF. RGB value is (180,159,223). Sum of RGB (Red+Green+Blue) = 180+159+223=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #B49FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FDF is #4B6020. Grayscale: #ACACAC. Windows color (decimal): -4939809 or 14655412. OLE color: 14655412.

HSL color Cylindrical-coordinate representation of color #B49FDF: hue angle of 259.69º 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 #B49FDF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 159 223 -
CMYK 0.19 0.29 0 0.13
HSL 259.69º 0.5% 0.75% -
HSV(B) 259.69º 0.29% 0.87% -
XYZ 44.54 39.83 75.15 -
YUV 172.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 180 159 223 0.19 0.29 0 0.13 259.69 0.5 0.75
Hex B4 9F DF 13 1D 0 D 104 32 4B
Octal 264 237 337 23 35 0 15 404 62 113
Binary 10110100 10011111 11011111 10011 11101 0 1101 100000100 110010 1001011

Color Harmonies of #B49FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FDF

Black with #B49FDF

Text Example


Text Example

White with #B49FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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