Html Css Color HEX #B386D8 Biloba Flower

📋 copy color: '#B386D8'

red 179 ◦ green 134 ◦ blue 216

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

Shades of Biloba Flower #B386D8

Tints of Biloba Flower #B386D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.83%

R = 33.84%
G = 25.33%
B = 40.83%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B386D8 (or 0xB386D8) is known color: Biloba Flower. HEX triplet: B3, 86 and D8. RGB value is (179,134,216). Sum of RGB (Red+Green+Blue) = 179+134+216=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #B386D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386D8 is #4C7927. Grayscale: #9C9C9C. Windows color (decimal): -5011752 or 14190259. OLE color: 14190259.

HSL color Cylindrical-coordinate representation of color #B386D8: hue angle of 272.93º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B386D8 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 134 216 -
CMYK 0.17 0.38 0 0.15
HSL 272.93º 0.51% 0.69% -
HSV(B) 272.93º 0.38% 0.85% -
XYZ 39.51 31.59 68.98 -
YUV 156.8 161.41 143.83 -
System Red Green Blue C M Y K H S L
Decimal 179 134 216 0.17 0.38 0 0.15 272.93 0.51 0.69
Hex B3 86 D8 11 26 0 F 111 33 45
Octal 263 206 330 21 46 0 17 421 63 105
Binary 10110011 10000110 11011000 10001 100110 0 1111 100010001 110011 1000101

Color Harmonies of #B386D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386D8

Black with #B386D8

Text Example


Text Example

White with #B386D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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