Html Css Color HEX #BB88D6 Wisteria

📋 copy color: '#BB88D6'

red 187 ◦ green 136 ◦ blue 214

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

Shades of Wisteria #BB88D6

Tints of Wisteria #BB88D6

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.33%

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

R = 34.82%
G = 25.33%
B = 39.85%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB88D6 (or 0xBB88D6) is known color: Wisteria. HEX triplet: BB, 88 and D6. RGB value is (187,136,214). Sum of RGB (Red+Green+Blue) = 187+136+214=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB88D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88D6 is #447729. Grayscale: #9F9F9F. Windows color (decimal): -4486954 or 14059707. OLE color: 14059707.

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

Color convert

RGB 187 136 214 -
CMYK 0.13 0.36 0 0.16
HSL 279.23º 0.49% 0.69% -
HSV(B) 279.23º 0.36% 0.84% -
XYZ 41.44 33.03 67.81 -
YUV 160.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 187 136 214 0.13 0.36 0 0.16 279.23 0.49 0.69
Hex BB 88 D6 D 24 0 10 117 31 45
Octal 273 210 326 15 44 0 20 427 61 105
Binary 10111011 10001000 11010110 1101 100100 0 10000 100010111 110001 1000101

Color Harmonies of #BB88D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88D6

Black with #BB88D6

Text Example


Text Example

White with #BB88D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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