Html Css Color HEX #BB88DC Wisteria

📋 copy color: '#BB88DC'

red 187 ◦ green 136 ◦ blue 220

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

Shades of Wisteria #BB88DC

Tints of Wisteria #BB88DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 34.44%
G = 25.05%
B = 40.52%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB88DC (or 0xBB88DC) is known color: Wisteria. HEX triplet: BB, 88 and DC. RGB value is (187,136,220). Sum of RGB (Red+Green+Blue) = 187+136+220=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88DC is #447723. Grayscale: #A0A0A0. Windows color (decimal): -4486948 or 14452923. OLE color: 14452923.

HSL color Cylindrical-coordinate representation of color #BB88DC: hue angle of 276.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB88DC is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 136 220 -
CMYK 0.15 0.38 0 0.14
HSL 276.43º 0.55% 0.7% -
HSV(B) 276.43º 0.38% 0.86% -
XYZ 42.22 33.34 71.92 -
YUV 160.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 187 136 220 0.15 0.38 0 0.14 276.43 0.55 0.7
Hex BB 88 DC F 26 0 E 114 37 46
Octal 273 210 334 17 46 0 16 424 67 106
Binary 10111011 10001000 11011100 1111 100110 0 1110 100010100 110111 1000110

Color Harmonies of #BB88DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88DC

Black with #BB88DC

Text Example


Text Example

White with #BB88DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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