Html Css Color HEX #BC88DD Wisteria

📋 copy color: '#BC88DD'

red 188 ◦ green 136 ◦ blue 221

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

Shades of Wisteria #BC88DD

Tints of Wisteria #BC88DD

RGB

 RED value IS 188 (73.83% from 255) = 34.5%

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 34.5%
G = 24.95%
B = 40.55%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC88DD (or 0xBC88DD) is known color: Wisteria. HEX triplet: BC, 88 and DD. RGB value is (188,136,221). Sum of RGB (Red+Green+Blue) = 188+136+221=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88DD is #437722. Grayscale: #A0A0A0. Windows color (decimal): -4421411 or 14518460. OLE color: 14518460.

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

Color convert

RGB 188 136 221 -
CMYK 0.15 0.38 0 0.13
HSL 276.71º 0.56% 0.7% -
HSV(B) 276.71º 0.38% 0.87% -
XYZ 42.59 33.52 72.63 -
YUV 161.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 188 136 221 0.15 0.38 0 0.13 276.71 0.56 0.7
Hex BC 88 DD F 26 0 D 115 38 46
Octal 274 210 335 17 46 0 15 425 70 106
Binary 10111100 10001000 11011101 1111 100110 0 1101 100010101 111000 1000110

Color Harmonies of #BC88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88DD

Black with #BC88DD

Text Example


Text Example

White with #BC88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88DD; }

 p { color: rgb(188,136,221); }

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

background-color css

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

 a { background-color: rgb(188,136,221); }

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

border-color css

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

 span { border-color: rgb(188,136,221); }

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