Html Css Color HEX #BC7EC4 East Side

📋 copy color: '#BC7EC4'

red 188 ◦ green 126 ◦ blue 196

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

Shades of East Side #BC7EC4

Tints of East Side #BC7EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.43%

R = 36.86%
G = 24.71%
B = 38.43%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC7EC4 (or 0xBC7EC4) is known color: East Side. HEX triplet: BC, 7E and C4. RGB value is (188,126,196). Sum of RGB (Red+Green+Blue) = 188+126+196=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC7EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EC4 is #43813B. Grayscale: #989898. Windows color (decimal): -4423996 or 12877500. OLE color: 12877500.

HSL color Cylindrical-coordinate representation of color #BC7EC4: hue angle of 293.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7EC4 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 126 196 -
CMYK 0.04 0.36 0 0.23
HSL 293.14º 0.37% 0.63% -
HSV(B) 293.14º 0.36% 0.77% -
XYZ 38.16 29.6 55.93 -
YUV 152.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 188 126 196 0.04 0.36 0 0.23 293.14 0.37 0.63
Hex BC 7E C4 4 24 0 17 125 25 3F
Octal 274 176 304 4 44 0 27 445 45 77
Binary 10111100 1111110 11000100 100 100100 0 10111 100100101 100101 111111

Color Harmonies of #BC7EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EC4

Black with #BC7EC4

Text Example


Text Example

White with #BC7EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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