Html Css Color HEX #BC7CC6 East Side

📋 copy color: '#BC7CC6'

red 188 ◦ green 124 ◦ blue 198

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

Shades of East Side #BC7CC6

Tints of East Side #BC7CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.82%

R = 36.86%
G = 24.31%
B = 38.82%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC7CC6 (or 0xBC7CC6) is known color: East Side. HEX triplet: BC, 7C and C6. RGB value is (188,124,198). Sum of RGB (Red+Green+Blue) = 188+124+198=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC7CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CC6 is #438339. Grayscale: #979797. Windows color (decimal): -4424506 or 13008060. OLE color: 13008060.

HSL color Cylindrical-coordinate representation of color #BC7CC6: hue angle of 291.89º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7CC6 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 124 198 -
CMYK 0.05 0.37 0 0.22
HSL 291.89º 0.39% 0.63% -
HSV(B) 291.89º 0.37% 0.78% -
XYZ 38.14 29.18 57.05 -
YUV 151.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 188 124 198 0.05 0.37 0 0.22 291.89 0.39 0.63
Hex BC 7C C6 5 25 0 16 124 27 3F
Octal 274 174 306 5 45 0 26 444 47 77
Binary 10111100 1111100 11000110 101 100101 0 10110 100100100 100111 111111

Color Harmonies of #BC7CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CC6

Black with #BC7CC6

Text Example


Text Example

White with #BC7CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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