Html Css Color HEX #B98BD5 Wisteria

📋 copy color: '#B98BD5'

red 185 ◦ green 139 ◦ blue 213

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

Shades of Wisteria #B98BD5

Tints of Wisteria #B98BD5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.88%

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 34.45%
G = 25.88%
B = 39.66%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B98BD5 (or 0xB98BD5) is known color: Wisteria. HEX triplet: B9, 8B and D5. RGB value is (185,139,213). Sum of RGB (Red+Green+Blue) = 185+139+213=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #B98BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BD5 is #46742A. Grayscale: #A0A0A0. Windows color (decimal): -4617259 or 13994937. OLE color: 13994937.

HSL color Cylindrical-coordinate representation of color #B98BD5: hue angle of 277.3º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B98BD5 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 139 213 -
CMYK 0.13 0.35 0 0.16
HSL 277.3º 0.47% 0.69% -
HSV(B) 277.3º 0.35% 0.84% -
XYZ 41.25 33.58 67.26 -
YUV 161.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 185 139 213 0.13 0.35 0 0.16 277.3 0.47 0.69
Hex B9 8B D5 D 23 0 10 115 2F 45
Octal 271 213 325 15 43 0 20 425 57 105
Binary 10111001 10001011 11010101 1101 100011 0 10000 100010101 101111 1000101

Color Harmonies of #B98BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BD5

Black with #B98BD5

Text Example


Text Example

White with #B98BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BD5; }

 p { color: rgb(185,139,213); }

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

background-color css

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

 a { background-color: rgb(185,139,213); }

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

border-color css

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

 span { border-color: rgb(185,139,213); }

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