Html Css Color HEX #BB95D6 Wisteria

📋 copy color: '#BB95D6'

red 187 ◦ green 149 ◦ blue 214

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

Shades of Wisteria #BB95D6

Tints of Wisteria #BB95D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.91%

R = 34%
G = 27.09%
B = 38.91%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB95D6 (or 0xBB95D6) is known color: Wisteria. HEX triplet: BB, 95 and D6. RGB value is (187,149,214). Sum of RGB (Red+Green+Blue) = 187+149+214=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB95D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95D6 is #446A29. Grayscale: #A7A7A7. Windows color (decimal): -4483626 or 14063035. OLE color: 14063035.

HSL color Cylindrical-coordinate representation of color #BB95D6: hue angle of 275.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB95D6 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 149 214 -
CMYK 0.13 0.30 0 0.16
HSL 275.08º 0.44% 0.71% -
HSV(B) 275.08º 0.3% 0.84% -
XYZ 43.38 36.91 68.46 -
YUV 167.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 187 149 214 0.13 0.30 0 0.16 275.08 0.44 0.71
Hex BB 95 D6 D 1E 0 10 113 2C 47
Octal 273 225 326 15 36 0 20 423 54 107
Binary 10111011 10010101 11010110 1101 11110 0 10000 100010011 101100 1000111

Color Harmonies of #BB95D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95D6

Black with #BB95D6

Text Example


Text Example

White with #BB95D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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