Html Css Color HEX #B5A3DD Biloba Flower

📋 copy color: '#B5A3DD'

red 181 ◦ green 163 ◦ blue 221

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

Shades of Biloba Flower #B5A3DD

Tints of Biloba Flower #B5A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.85%

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 32.04%
G = 28.85%
B = 39.12%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5A3DD (or 0xB5A3DD) is known color: Biloba Flower. HEX triplet: B5, A3 and DD. RGB value is (181,163,221). Sum of RGB (Red+Green+Blue) = 181+163+221=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5A3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A3DD is #4A5C22. Grayscale: #AEAEAE. Windows color (decimal): -4873251 or 14525365. OLE color: 14525365.

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

Color convert

RGB 181 163 221 -
CMYK 0.18 0.26 0 0.13
HSL 258.62º 0.46% 0.75% -
HSV(B) 258.62º 0.26% 0.87% -
XYZ 45.2 41.24 73.98 -
YUV 174.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 181 163 221 0.18 0.26 0 0.13 258.62 0.46 0.75
Hex B5 A3 DD 12 1A 0 D 103 2E 4B
Octal 265 243 335 22 32 0 15 403 56 113
Binary 10110101 10100011 11011101 10010 11010 0 1101 100000011 101110 1001011

Color Harmonies of #B5A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A3DD

Black with #B5A3DD

Text Example


Text Example

White with #B5A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A3DD; }

 p { color: rgb(181,163,221); }

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

background-color css

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

 a { background-color: rgb(181,163,221); }

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

border-color css

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

 span { border-color: rgb(181,163,221); }

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