Html Css Color HEX #B4A0DF Biloba Flower

📋 copy color: '#B4A0DF'

red 180 ◦ green 160 ◦ blue 223

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

Shades of Biloba Flower #B4A0DF

Tints of Biloba Flower #B4A0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.42%

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

R = 31.97%
G = 28.42%
B = 39.61%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4A0DF (or 0xB4A0DF) is known color: Biloba Flower. HEX triplet: B4, A0 and DF. RGB value is (180,160,223). Sum of RGB (Red+Green+Blue) = 180+160+223=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4A0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A0DF is #4B5F20. Grayscale: #ACACAC. Windows color (decimal): -4939553 or 14655668. OLE color: 14655668.

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

Color convert

RGB 180 160 223 -
CMYK 0.19 0.28 0 0.13
HSL 259.05º 0.5% 0.75% -
HSV(B) 259.05º 0.28% 0.87% -
XYZ 44.71 40.17 75.21 -
YUV 173.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 180 160 223 0.19 0.28 0 0.13 259.05 0.5 0.75
Hex B4 A0 DF 13 1C 0 D 103 32 4B
Octal 264 240 337 23 34 0 15 403 62 113
Binary 10110100 10100000 11011111 10011 11100 0 1101 100000011 110010 1001011

Color Harmonies of #B4A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A0DF

Black with #B4A0DF

Text Example


Text Example

White with #B4A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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