Html Css Color HEX #BC88DF Wisteria

📋 copy color: '#BC88DF'

red 188 ◦ green 136 ◦ blue 223

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

Shades of Wisteria #BC88DF

Tints of Wisteria #BC88DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 34.37%
G = 24.86%
B = 40.77%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC88DF (or 0xBC88DF) is known color: Wisteria. HEX triplet: BC, 88 and DF. RGB value is (188,136,223). Sum of RGB (Red+Green+Blue) = 188+136+223=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88DF is #437720. Grayscale: #A1A1A1. Windows color (decimal): -4421409 or 14649532. OLE color: 14649532.

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

Color convert

RGB 188 136 223 -
CMYK 0.16 0.39 0 0.13
HSL 275.86º 0.58% 0.7% -
HSV(B) 275.86º 0.39% 0.87% -
XYZ 42.86 33.63 74.04 -
YUV 161.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 188 136 223 0.16 0.39 0 0.13 275.86 0.58 0.7
Hex BC 88 DF 10 27 0 D 114 3A 46
Octal 274 210 337 20 47 0 15 424 72 106
Binary 10111100 10001000 11011111 10000 100111 0 1101 100010100 111010 1000110

Color Harmonies of #BC88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88DF

Black with #BC88DF

Text Example


Text Example

White with #BC88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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