Html Css Color HEX #B386DC Biloba Flower

📋 copy color: '#B386DC'

red 179 ◦ green 134 ◦ blue 220

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

Shades of Biloba Flower #B386DC

Tints of Biloba Flower #B386DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 33.58%
G = 25.14%
B = 41.28%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B386DC (or 0xB386DC) is known color: Biloba Flower. HEX triplet: B3, 86 and DC. RGB value is (179,134,220). Sum of RGB (Red+Green+Blue) = 179+134+220=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #B386DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386DC is #4C7923. Grayscale: #9C9C9C. Windows color (decimal): -5011748 or 14452403. OLE color: 14452403.

HSL color Cylindrical-coordinate representation of color #B386DC: hue angle of 271.4º degrees, saturation: 0.55, 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 #B386DC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 134 220 -
CMYK 0.19 0.39 0 0.14
HSL 271.4º 0.55% 0.69% -
HSV(B) 271.4º 0.39% 0.86% -
XYZ 40.03 31.8 71.74 -
YUV 157.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 179 134 220 0.19 0.39 0 0.14 271.4 0.55 0.69
Hex B3 86 DC 13 27 0 E 10F 37 45
Octal 263 206 334 23 47 0 16 417 67 105
Binary 10110011 10000110 11011100 10011 100111 0 1110 100001111 110111 1000101

Color Harmonies of #B386DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386DC

Black with #B386DC

Text Example


Text Example

White with #B386DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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