Html Css Color HEX #BC7CD6 East Side

📋 copy color: '#BC7CD6'

red 188 ◦ green 124 ◦ blue 214

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

Shades of East Side #BC7CD6

Tints of East Side #BC7CD6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.57%

 BLUE value IS 214 (83.98% from 255) = 40.68%

R = 35.74%
G = 23.57%
B = 40.68%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC7CD6 (or 0xBC7CD6) is known color: East Side. HEX triplet: BC, 7C and D6. RGB value is (188,124,214). Sum of RGB (Red+Green+Blue) = 188+124+214=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC7CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CD6 is #438329. Grayscale: #999999. Windows color (decimal): -4424490 or 14056636. OLE color: 14056636.

HSL color Cylindrical-coordinate representation of color #BC7CD6: hue angle of 282.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC7CD6 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 124 214 -
CMYK 0.12 0.42 0 0.16
HSL 282.67º 0.52% 0.66% -
HSV(B) 282.67º 0.42% 0.84% -
XYZ 40.08 29.96 67.29 -
YUV 153.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 188 124 214 0.12 0.42 0 0.16 282.67 0.52 0.66
Hex BC 7C D6 C 2A 0 10 11B 34 42
Octal 274 174 326 14 52 0 20 433 64 102
Binary 10111100 1111100 11010110 1100 101010 0 10000 100011011 110100 1000010

Color Harmonies of #BC7CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CD6

Black with #BC7CD6

Text Example


Text Example

White with #BC7CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CD6; }

 p { color: rgb(188,124,214); }

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

background-color css

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

 a { background-color: rgb(188,124,214); }

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

border-color css

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

 span { border-color: rgb(188,124,214); }

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