Html Css Color HEX #BB98D3 Wisteria

📋 copy color: '#BB98D3'

red 187 ◦ green 152 ◦ blue 211

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

Shades of Wisteria #BB98D3

Tints of Wisteria #BB98D3

RGB

 RED value IS 187 (73.44% from 255) = 34%

 GREEN value IS 152 (59.77% from 255) = 27.64%

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

R = 34%
G = 27.64%
B = 38.36%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB98D3 (or 0xBB98D3) is known color: Wisteria. HEX triplet: BB, 98 and D3. RGB value is (187,152,211). Sum of RGB (Red+Green+Blue) = 187+152+211=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB98D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98D3 is #44672C. Grayscale: #A8A8A8. Windows color (decimal): -4482861 or 13867195. OLE color: 13867195.

HSL color Cylindrical-coordinate representation of color #BB98D3: hue angle of 275.59º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB98D3 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 152 211 -
CMYK 0.11 0.28 0 0.17
HSL 275.59º 0.4% 0.71% -
HSV(B) 275.59º 0.28% 0.83% -
XYZ 43.48 37.72 66.62 -
YUV 169.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 187 152 211 0.11 0.28 0 0.17 275.59 0.4 0.71
Hex BB 98 D3 B 1C 0 11 114 28 47
Octal 273 230 323 13 34 0 21 424 50 107
Binary 10111011 10011000 11010011 1011 11100 0 10001 100010100 101000 1000111

Color Harmonies of #BB98D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98D3

Black with #BB98D3

Text Example


Text Example

White with #BB98D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98D3; }

 p { color: rgb(187,152,211); }

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

background-color css

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

 a { background-color: rgb(187,152,211); }

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

border-color css

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

 span { border-color: rgb(187,152,211); }

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