Html Css Color HEX #B3A3DB Biloba Flower

📋 copy color: '#B3A3DB'

red 179 ◦ green 163 ◦ blue 219

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

Shades of Biloba Flower #B3A3DB

Tints of Biloba Flower #B3A3DB

RGB

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

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

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

R = 31.91%
G = 29.06%
B = 39.04%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3A3DB (or 0xB3A3DB) is known color: Biloba Flower. HEX triplet: B3, A3 and DB. RGB value is (179,163,219). Sum of RGB (Red+Green+Blue) = 179+163+219=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3A3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A3DB is #4C5C24. Grayscale: #ADADAD. Windows color (decimal): -5004325 or 14394291. OLE color: 14394291.

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

Color convert

RGB 179 163 219 -
CMYK 0.18 0.26 0 0.14
HSL 257.14º 0.44% 0.75% -
HSV(B) 257.14º 0.26% 0.86% -
XYZ 44.47 40.89 72.57 -
YUV 174.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 179 163 219 0.18 0.26 0 0.14 257.14 0.44 0.75
Hex B3 A3 DB 12 1A 0 E 101 2C 4B
Octal 263 243 333 22 32 0 16 401 54 113
Binary 10110011 10100011 11011011 10010 11010 0 1110 100000001 101100 1001011

Color Harmonies of #B3A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A3DB

Black with #B3A3DB

Text Example


Text Example

White with #B3A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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