Html Css Color HEX #BB97D1 Wisteria

📋 copy color: '#BB97D1'

red 187 ◦ green 151 ◦ blue 209

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

Shades of Wisteria #BB97D1

Tints of Wisteria #BB97D1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.61%

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 34.19%
G = 27.61%
B = 38.21%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB97D1 (or 0xBB97D1) is known color: Wisteria. HEX triplet: BB, 97 and D1. RGB value is (187,151,209). Sum of RGB (Red+Green+Blue) = 187+151+209=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB97D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97D1 is #44682E. Grayscale: #A8A8A8. Windows color (decimal): -4483119 or 13735867. OLE color: 13735867.

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

Color convert

RGB 187 151 209 -
CMYK 0.11 0.28 0 0.18
HSL 277.24º 0.39% 0.71% -
HSV(B) 277.24º 0.28% 0.82% -
XYZ 43.07 37.3 65.25 -
YUV 168.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 187 151 209 0.11 0.28 0 0.18 277.24 0.39 0.71
Hex BB 97 D1 B 1C 0 12 115 27 47
Octal 273 227 321 13 34 0 22 425 47 107
Binary 10111011 10010111 11010001 1011 11100 0 10010 100010101 100111 1000111

Color Harmonies of #BB97D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97D1

Black with #BB97D1

Text Example


Text Example

White with #BB97D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97D1; }

 p { color: rgb(187,151,209); }

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

background-color css

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

 a { background-color: rgb(187,151,209); }

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

border-color css

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

 span { border-color: rgb(187,151,209); }

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