Html Css Color HEX #B386DB Biloba Flower

📋 copy color: '#B386DB'

red 179 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #B386DB

Tints of Biloba Flower #B386DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.19%

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

R = 33.65%
G = 25.19%
B = 41.17%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B386DB (or 0xB386DB) is known color: Biloba Flower. HEX triplet: B3, 86 and DB. RGB value is (179,134,219). Sum of RGB (Red+Green+Blue) = 179+134+219=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #B386DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386DB is #4C7924. Grayscale: #9C9C9C. Windows color (decimal): -5011749 or 14386867. OLE color: 14386867.

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

Color convert

RGB 179 134 219 -
CMYK 0.18 0.39 0 0.14
HSL 271.76º 0.54% 0.69% -
HSV(B) 271.76º 0.39% 0.86% -
XYZ 39.9 31.75 71.04 -
YUV 157.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 179 134 219 0.18 0.39 0 0.14 271.76 0.54 0.69
Hex B3 86 DB 12 27 0 E 110 36 45
Octal 263 206 333 22 47 0 16 420 66 105
Binary 10110011 10000110 11011011 10010 100111 0 1110 100010000 110110 1000101

Color Harmonies of #B386DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386DB

Black with #B386DB

Text Example


Text Example

White with #B386DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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