Html Css Color HEX #BB91D5 Wisteria

📋 copy color: '#BB91D5'

red 187 ◦ green 145 ◦ blue 213

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

Shades of Wisteria #BB91D5

Tints of Wisteria #BB91D5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.61%

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

R = 34.31%
G = 26.61%
B = 39.08%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB91D5 (or 0xBB91D5) is known color: Wisteria. HEX triplet: BB, 91 and D5. RGB value is (187,145,213). Sum of RGB (Red+Green+Blue) = 187+145+213=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB91D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91D5 is #446E2A. Grayscale: #A5A5A5. Windows color (decimal): -4484651 or 13996475. OLE color: 13996475.

HSL color Cylindrical-coordinate representation of color #BB91D5: hue angle of 277.06º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB91D5 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 145 213 -
CMYK 0.12 0.32 0 0.16
HSL 277.06º 0.45% 0.7% -
HSV(B) 277.06º 0.32% 0.84% -
XYZ 42.63 35.62 67.58 -
YUV 165.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 187 145 213 0.12 0.32 0 0.16 277.06 0.45 0.7
Hex BB 91 D5 C 20 0 10 115 2D 46
Octal 273 221 325 14 40 0 20 425 55 106
Binary 10111011 10010001 11010101 1100 100000 0 10000 100010101 101101 1000110

Color Harmonies of #BB91D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91D5

Black with #BB91D5

Text Example


Text Example

White with #BB91D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91D5; }

 p { color: rgb(187,145,213); }

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

background-color css

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

 a { background-color: rgb(187,145,213); }

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

border-color css

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

 span { border-color: rgb(187,145,213); }

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