Html Css Color HEX #BC8ECE Wisteria

📋 copy color: '#BC8ECE'

red 188 ◦ green 142 ◦ blue 206

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

Shades of Wisteria #BC8ECE

Tints of Wisteria #BC8ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.49%

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 35.07%
G = 26.49%
B = 38.43%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC8ECE (or 0xBC8ECE) is known color: Wisteria. HEX triplet: BC, 8E and CE. RGB value is (188,142,206). Sum of RGB (Red+Green+Blue) = 188+142+206=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ECE is #437131. Grayscale: #A2A2A2. Windows color (decimal): -4419890 or 13536956. OLE color: 13536956.

HSL color Cylindrical-coordinate representation of color #BC8ECE: hue angle of 283.12º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8ECE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 142 206 -
CMYK 0.09 0.31 0 0.19
HSL 283.13º 0.4% 0.68% -
HSV(B) 283.13º 0.31% 0.81% -
XYZ 41.55 34.49 62.86 -
YUV 163.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 188 142 206 0.09 0.31 0 0.19 283.13 0.4 0.68
Hex BC 8E CE 9 1F 0 13 11B 28 44
Octal 274 216 316 11 37 0 23 433 50 104
Binary 10111100 10001110 11001110 1001 11111 0 10011 100011011 101000 1000100

Color Harmonies of #BC8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8ECE

Black with #BC8ECE

Text Example


Text Example

White with #BC8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8ECE; }

 p { color: rgb(188,142,206); }

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

background-color css

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

 a { background-color: rgb(188,142,206); }

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

border-color css

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

 span { border-color: rgb(188,142,206); }

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