Html Css Color HEX #BC7ECD East Side

📋 copy color: '#BC7ECD'

red 188 ◦ green 126 ◦ blue 205

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

Shades of East Side #BC7ECD

Tints of East Side #BC7ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 36.22%
G = 24.28%
B = 39.5%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC7ECD (or 0xBC7ECD) is known color: East Side. HEX triplet: BC, 7E and CD. RGB value is (188,126,205). Sum of RGB (Red+Green+Blue) = 188+126+205=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC7ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ECD is #438132. Grayscale: #999999. Windows color (decimal): -4423987 or 13467324. OLE color: 13467324.

HSL color Cylindrical-coordinate representation of color #BC7ECD: hue angle of 287.09º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7ECD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 126 205 -
CMYK 0.08 0.39 0 0.20
HSL 287.09º 0.44% 0.65% -
HSV(B) 287.09º 0.39% 0.8% -
XYZ 39.22 30.02 61.49 -
YUV 153.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 188 126 205 0.08 0.39 0 0.20 287.09 0.44 0.65
Hex BC 7E CD 8 27 0 14 11F 2C 41
Octal 274 176 315 10 47 0 24 437 54 101
Binary 10111100 1111110 11001101 1000 100111 0 10100 100011111 101100 1000001

Color Harmonies of #BC7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7ECD

Black with #BC7ECD

Text Example


Text Example

White with #BC7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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