Html Css Color HEX #BB87D6 Wisteria

📋 copy color: '#BB87D6'

red 187 ◦ green 135 ◦ blue 214

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

Shades of Wisteria #BB87D6

Tints of Wisteria #BB87D6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.19%

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

R = 34.89%
G = 25.19%
B = 39.93%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB87D6 (or 0xBB87D6) is known color: Wisteria. HEX triplet: BB, 87 and D6. RGB value is (187,135,214). Sum of RGB (Red+Green+Blue) = 187+135+214=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB87D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87D6 is #447829. Grayscale: #9F9F9F. Windows color (decimal): -4487210 or 14059451. OLE color: 14059451.

HSL color Cylindrical-coordinate representation of color #BB87D6: hue angle of 279.49º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB87D6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 135 214 -
CMYK 0.13 0.37 0 0.16
HSL 279.49º 0.49% 0.68% -
HSV(B) 279.49º 0.37% 0.84% -
XYZ 41.3 32.75 67.76 -
YUV 159.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 187 135 214 0.13 0.37 0 0.16 279.49 0.49 0.68
Hex BB 87 D6 D 25 0 10 117 31 44
Octal 273 207 326 15 45 0 20 427 61 104
Binary 10111011 10000111 11010110 1101 100101 0 10000 100010111 110001 1000100

Color Harmonies of #BB87D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB87D6

Black with #BB87D6

Text Example


Text Example

White with #BB87D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB87D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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