Html Css Color HEX #B3A5DB Biloba Flower

📋 copy color: '#B3A5DB'

red 179 ◦ green 165 ◦ blue 219

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

Shades of Biloba Flower #B3A5DB

Tints of Biloba Flower #B3A5DB

RGB

 RED value IS 179 (70.31% from 255) = 31.79%

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 31.79%
G = 29.31%
B = 38.9%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3A5DB (or 0xB3A5DB) is known color: Biloba Flower. HEX triplet: B3, A5 and DB. RGB value is (179,165,219). Sum of RGB (Red+Green+Blue) = 179+165+219=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A5DB is #4C5A24. Grayscale: #AFAFAF. Windows color (decimal): -5003813 or 14394803. OLE color: 14394803.

HSL color Cylindrical-coordinate representation of color #B3A5DB: hue angle of 255.56º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3A5DB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 165 219 -
CMYK 0.18 0.25 0 0.14
HSL 255.56º 0.43% 0.75% -
HSV(B) 255.56º 0.25% 0.86% -
XYZ 44.83 41.61 72.69 -
YUV 175.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 179 165 219 0.18 0.25 0 0.14 255.56 0.43 0.75
Hex B3 A5 DB 12 19 0 E 100 2B 4B
Octal 263 245 333 22 31 0 16 400 53 113
Binary 10110011 10100101 11011011 10010 11001 0 1110 100000000 101011 1001011

Color Harmonies of #B3A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A5DB

Black with #B3A5DB

Text Example


Text Example

White with #B3A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A5DB; }

 p { color: rgb(179,165,219); }

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

background-color css

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

 a { background-color: rgb(179,165,219); }

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

border-color css

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

 span { border-color: rgb(179,165,219); }

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