Html Css Color HEX #B986D8 Wisteria

📋 copy color: '#B986D8'

red 185 ◦ green 134 ◦ blue 216

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

Shades of Wisteria #B986D8

Tints of Wisteria #B986D8

RGB

 RED value IS 185 (72.66% from 255) = 34.58%

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

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

R = 34.58%
G = 25.05%
B = 40.37%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B986D8 (or 0xB986D8) is known color: Wisteria. HEX triplet: B9, 86 and D8. RGB value is (185,134,216). Sum of RGB (Red+Green+Blue) = 185+134+216=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #B986D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986D8 is #467927. Grayscale: #9E9E9E. Windows color (decimal): -4618536 or 14190265. OLE color: 14190265.

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

Color convert

RGB 185 134 216 -
CMYK 0.14 0.38 0 0.15
HSL 277.32º 0.51% 0.69% -
HSV(B) 277.32º 0.38% 0.85% -
XYZ 40.93 32.32 69.05 -
YUV 158.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 185 134 216 0.14 0.38 0 0.15 277.32 0.51 0.69
Hex B9 86 D8 E 26 0 F 115 33 45
Octal 271 206 330 16 46 0 17 425 63 105
Binary 10111001 10000110 11011000 1110 100110 0 1111 100010101 110011 1000101

Color Harmonies of #B986D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986D8

Black with #B986D8

Text Example


Text Example

White with #B986D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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