Html Css Color HEX #BC7CC3 East Side

📋 copy color: '#BC7CC3'

red 188 ◦ green 124 ◦ blue 195

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

Shades of East Side #BC7CC3

Tints of East Side #BC7CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.46%

R = 37.08%
G = 24.46%
B = 38.46%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC7CC3 (or 0xBC7CC3) is known color: East Side. HEX triplet: BC, 7C and C3. RGB value is (188,124,195). Sum of RGB (Red+Green+Blue) = 188+124+195=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC7CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CC3 is #43833C. Grayscale: #979797. Windows color (decimal): -4424509 or 12811452. OLE color: 12811452.

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

Color convert

RGB 188 124 195 -
CMYK 0.04 0.36 0 0.24
HSL 294.08º 0.37% 0.63% -
HSV(B) 294.08º 0.36% 0.76% -
XYZ 37.8 29.05 55.24 -
YUV 151.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 188 124 195 0.04 0.36 0 0.24 294.08 0.37 0.63
Hex BC 7C C3 4 24 0 18 126 25 3F
Octal 274 174 303 4 44 0 30 446 45 77
Binary 10111100 1111100 11000011 100 100100 0 11000 100100110 100101 111111

Color Harmonies of #BC7CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CC3

Black with #BC7CC3

Text Example


Text Example

White with #BC7CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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