Html Css Color HEX #BC7EEC Wisteria

📋 copy color: '#BC7EEC'

red 188 ◦ green 126 ◦ blue 236

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

Shades of Wisteria #BC7EEC

Tints of Wisteria #BC7EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.91%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 34.18%
G = 22.91%
B = 42.91%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC7EEC (or 0xBC7EEC) is known color: Wisteria. HEX triplet: BC, 7E and EC. RGB value is (188,126,236). Sum of RGB (Red+Green+Blue) = 188+126+236=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EEC is #438113. Grayscale: #9C9C9C. Windows color (decimal): -4423956 or 15498940. OLE color: 15498940.

HSL color Cylindrical-coordinate representation of color #BC7EEC: hue angle of 273.82º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7EEC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 126 236 -
CMYK 0.20 0.47 0 0.07
HSL 273.82º 0.74% 0.71% -
HSV(B) 273.82º 0.47% 0.93% -
XYZ 43.34 31.67 83.19 -
YUV 157.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 188 126 236 0.20 0.47 0 0.07 273.82 0.74 0.71
Hex BC 7E EC 14 2F 0 7 112 4A 47
Octal 274 176 354 24 57 0 7 422 112 107
Binary 10111100 1111110 11101100 10100 101111 0 111 100010010 1001010 1000111

Color Harmonies of #BC7EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EEC

Black with #BC7EEC

Text Example


Text Example

White with #BC7EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EEC; }

 p { color: rgb(188,126,236); }

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

background-color css

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

 a { background-color: rgb(188,126,236); }

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

border-color css

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

 span { border-color: rgb(188,126,236); }

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