Html Css Color HEX #B186D9 Biloba Flower

📋 copy color: '#B186D9'

red 177 ◦ green 134 ◦ blue 217

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

Shades of Biloba Flower #B186D9

Tints of Biloba Flower #B186D9

RGB

 RED value IS 177 (69.53% from 255) = 33.52%

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

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 33.52%
G = 25.38%
B = 41.1%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B186D9 (or 0xB186D9) is known color: Biloba Flower. HEX triplet: B1, 86 and D9. RGB value is (177,134,217). Sum of RGB (Red+Green+Blue) = 177+134+217=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #B186D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B186D9 is #4E7926. Grayscale: #9C9C9C. Windows color (decimal): -5142823 or 14255793. OLE color: 14255793.

HSL color Cylindrical-coordinate representation of color #B186D9: hue angle of 271.08º degrees, saturation: 0.52, 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 #B186D9 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 134 217 -
CMYK 0.18 0.38 0 0.15
HSL 271.08º 0.52% 0.69% -
HSV(B) 271.08º 0.38% 0.85% -
XYZ 39.18 31.41 69.64 -
YUV 156.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 177 134 217 0.18 0.38 0 0.15 271.08 0.52 0.69
Hex B1 86 D9 12 26 0 F 10F 34 45
Octal 261 206 331 22 46 0 17 417 64 105
Binary 10110001 10000110 11011001 10010 100110 0 1111 100001111 110100 1000101

Color Harmonies of #B186D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186D9

Black with #B186D9

Text Example


Text Example

White with #B186D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186D9; }

 p { color: rgb(177,134,217); }

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

background-color css

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

 a { background-color: rgb(177,134,217); }

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

border-color css

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

 span { border-color: rgb(177,134,217); }

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