Html Css Color HEX #B4A5DD Biloba Flower

📋 copy color: '#B4A5DD'

red 180 ◦ green 165 ◦ blue 221

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

Shades of Biloba Flower #B4A5DD

Tints of Biloba Flower #B4A5DD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.15%

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

R = 31.8%
G = 29.15%
B = 39.05%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4A5DD (or 0xB4A5DD) is known color: Biloba Flower. HEX triplet: B4, A5 and DD. RGB value is (180,165,221). Sum of RGB (Red+Green+Blue) = 180+165+221=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4A5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A5DD is #4B5A22. Grayscale: #AFAFAF. Windows color (decimal): -4938275 or 14525876. OLE color: 14525876.

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

Color convert

RGB 180 165 221 -
CMYK 0.19 0.25 0 0.13
HSL 256.07º 0.45% 0.76% -
HSV(B) 256.07º 0.25% 0.87% -
XYZ 45.33 41.83 74.09 -
YUV 175.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 180 165 221 0.19 0.25 0 0.13 256.07 0.45 0.76
Hex B4 A5 DD 13 19 0 D 100 2D 4C
Octal 264 245 335 23 31 0 15 400 55 114
Binary 10110100 10100101 11011101 10011 11001 0 1101 100000000 101101 1001100

Color Harmonies of #B4A5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A5DD

Black with #B4A5DD

Text Example


Text Example

White with #B4A5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A5DD; }

 p { color: rgb(180,165,221); }

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

background-color css

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

 a { background-color: rgb(180,165,221); }

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

border-color css

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

 span { border-color: rgb(180,165,221); }

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