Html Css Color HEX #BC0374 Medium Violet Red

📋 copy color: '#BC0374'

red 188 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #BC0374

Tints of Medium Violet Red #BC0374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 61.24%
G = 0.98%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC0374 (or 0xBC0374) is known color: Medium Violet Red. HEX triplet: BC, 03 and 74. RGB value is (188,3,116). Sum of RGB (Red+Green+Blue) = 188+3+116=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0374 is #43FC8B. Grayscale: #464646. Windows color (decimal): -4455564 or 7603132. OLE color: 7603132.

HSL color Cylindrical-coordinate representation of color #BC0374: hue angle of 323.35º 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 #BC0374 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 3 116 -
CMYK 0 0.98 0.38 0.26
HSL 323.35º 0.97% 0.37% -
HSV(B) 323.35º 0.98% 0.74% -
XYZ 23.92 12.02 17.58 -
YUV 71.2 153.29 211.31 -
System Red Green Blue C M Y K H S L
Decimal 188 3 116 0 0.98 0.38 0.26 323.35 0.97 0.37
Hex BC 3 74 0 62 26 1A 143 61 25
Octal 274 3 164 0 142 46 32 503 141 45
Binary 10111100 11 1110100 0 1100010 100110 11010 101000011 1100001 100101

Color Harmonies of #BC0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0374

Black with #BC0374

Text Example


Text Example

White with #BC0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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