Html Css Color HEX #BC0375 Medium Violet Red

📋 copy color: '#BC0375'

red 188 ◦ green 3 ◦ blue 117

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

Shades of Medium Violet Red #BC0375

Tints of Medium Violet Red #BC0375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 61.04%
G = 0.97%
B = 37.99%

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

#BC0375 (or 0xBC0375) is known color: Medium Violet Red. HEX triplet: BC, 03 and 75. RGB value is (188,3,117). Sum of RGB (Red+Green+Blue) = 188+3+117=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0375 is #43FC8A. Grayscale: #474747. Windows color (decimal): -4455563 or 7668668. OLE color: 7668668.

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

Color convert

RGB 188 3 117 -
CMYK 0 0.98 0.38 0.26
HSL 323.03º 0.97% 0.37% -
HSV(B) 323.03º 0.98% 0.74% -
XYZ 23.98 12.04 17.89 -
YUV 71.31 153.79 211.23 -
System Red Green Blue C M Y K H S L
Decimal 188 3 117 0 0.98 0.38 0.26 323.03 0.97 0.37
Hex BC 3 75 0 62 26 1A 143 61 25
Octal 274 3 165 0 142 46 32 503 141 45
Binary 10111100 11 1110101 0 1100010 100110 11010 101000011 1100001 100101

Color Harmonies of #BC0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0375

Black with #BC0375

Text Example


Text Example

White with #BC0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0375; }

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

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

background-color css

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

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

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

border-color css

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

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

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