Html Css Color HEX #BC0376 Medium Violet Red

📋 copy color: '#BC0376'

red 188 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #BC0376

Tints of Medium Violet Red #BC0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 60.84%
G = 0.97%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC0376 (or 0xBC0376) is known color: Medium Violet Red. HEX triplet: BC, 03 and 76. RGB value is (188,3,118). Sum of RGB (Red+Green+Blue) = 188+3+118=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0376 is #43FC89. Grayscale: #474747. Windows color (decimal): -4455562 or 7734204. OLE color: 7734204.

HSL color Cylindrical-coordinate representation of color #BC0376: hue angle of 322.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0376 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 118 -
CMYK 0 0.98 0.37 0.26
HSL 322.7º 0.97% 0.37% -
HSV(B) 322.7º 0.98% 0.74% -
XYZ 24.04 12.06 18.2 -
YUV 71.43 154.29 211.15 -
System Red Green Blue C M Y K H S L
Decimal 188 3 118 0 0.98 0.37 0.26 322.7 0.97 0.37
Hex BC 3 76 0 62 25 1A 143 61 25
Octal 274 3 166 0 142 45 32 503 141 45
Binary 10111100 11 1110110 0 1100010 100101 11010 101000011 1100001 100101

Color Harmonies of #BC0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0376

Black with #BC0376

Text Example


Text Example

White with #BC0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0376; }

 p { color: rgb(188,3,118); }

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

background-color css

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

 a { background-color: rgb(188,3,118); }

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

border-color css

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

 span { border-color: rgb(188,3,118); }

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