Html Css Color HEX #B98DD3 Wisteria

📋 copy color: '#B98DD3'

red 185 ◦ green 141 ◦ blue 211

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

Shades of Wisteria #B98DD3

Tints of Wisteria #B98DD3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.26%

 BLUE value IS 211 (82.81% from 255) = 39.29%

R = 34.45%
G = 26.26%
B = 39.29%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B98DD3 (or 0xB98DD3) is known color: Wisteria. HEX triplet: B9, 8D and D3. RGB value is (185,141,211). Sum of RGB (Red+Green+Blue) = 185+141+211=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #B98DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DD3 is #46722C. Grayscale: #A1A1A1. Windows color (decimal): -4616749 or 13864377. OLE color: 13864377.

HSL color Cylindrical-coordinate representation of color #B98DD3: hue angle of 277.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B98DD3 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 141 211 -
CMYK 0.12 0.33 0 0.17
HSL 277.71º 0.44% 0.69% -
HSV(B) 277.71º 0.33% 0.83% -
XYZ 41.29 34.07 66.03 -
YUV 162.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 185 141 211 0.12 0.33 0 0.17 277.71 0.44 0.69
Hex B9 8D D3 C 21 0 11 116 2C 45
Octal 271 215 323 14 41 0 21 426 54 105
Binary 10111001 10001101 11010011 1100 100001 0 10001 100010110 101100 1000101

Color Harmonies of #B98DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DD3

Black with #B98DD3

Text Example


Text Example

White with #B98DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DD3; }

 p { color: rgb(185,141,211); }

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

background-color css

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

 a { background-color: rgb(185,141,211); }

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

border-color css

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

 span { border-color: rgb(185,141,211); }

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