Html Css Color HEX #BB95D3 Wisteria

📋 copy color: '#BB95D3'

red 187 ◦ green 149 ◦ blue 211

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

Shades of Wisteria #BB95D3

Tints of Wisteria #BB95D3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

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

R = 34.19%
G = 27.24%
B = 38.57%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB95D3 (or 0xBB95D3) is known color: Wisteria. HEX triplet: BB, 95 and D3. RGB value is (187,149,211). Sum of RGB (Red+Green+Blue) = 187+149+211=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB95D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95D3 is #446A2C. Grayscale: #A7A7A7. Windows color (decimal): -4483629 or 13866427. OLE color: 13866427.

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

Color convert

RGB 187 149 211 -
CMYK 0.11 0.29 0 0.17
HSL 276.77º 0.41% 0.71% -
HSV(B) 276.77º 0.29% 0.83% -
XYZ 43 36.76 66.46 -
YUV 167.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 187 149 211 0.11 0.29 0 0.17 276.77 0.41 0.71
Hex BB 95 D3 B 1D 0 11 115 29 47
Octal 273 225 323 13 35 0 21 425 51 107
Binary 10111011 10010101 11010011 1011 11101 0 10001 100010101 101001 1000111

Color Harmonies of #BB95D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95D3

Black with #BB95D3

Text Example


Text Example

White with #BB95D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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