Html Css Color HEX #B5A0DF Biloba Flower

📋 copy color: '#B5A0DF'

red 181 ◦ green 160 ◦ blue 223

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

Shades of Biloba Flower #B5A0DF

Tints of Biloba Flower #B5A0DF

RGB

 RED value IS 181 (71.09% from 255) = 32.09%

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

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

R = 32.09%
G = 28.37%
B = 39.54%

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

#B5A0DF (or 0xB5A0DF) is known color: Biloba Flower. HEX triplet: B5, A0 and DF. RGB value is (181,160,223). Sum of RGB (Red+Green+Blue) = 181+160+223=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5A0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0DF is #4A5F20. Grayscale: #ADADAD. Windows color (decimal): -4874017 or 14655669. OLE color: 14655669.

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

Color convert

RGB 181 160 223 -
CMYK 0.19 0.28 0 0.13
HSL 260º 0.5% 0.75% -
HSV(B) 260º 0.28% 0.87% -
XYZ 44.95 40.29 75.22 -
YUV 173.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 181 160 223 0.19 0.28 0 0.13 260 0.5 0.75
Hex B5 A0 DF 13 1C 0 D 104 32 4B
Octal 265 240 337 23 34 0 15 404 62 113
Binary 10110101 10100000 11011111 10011 11100 0 1101 100000100 110010 1001011

Color Harmonies of #B5A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A0DF

Black with #B5A0DF

Text Example


Text Example

White with #B5A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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