Html Css Color HEX #BC0276 Medium Violet Red

📋 copy color: '#BC0276'

red 188 ◦ green 2 ◦ blue 118

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

Shades of Medium Violet Red #BC0276

Tints of Medium Violet Red #BC0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 61.04%
G = 0.65%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC0276 (or 0xBC0276) is known color: Medium Violet Red. HEX triplet: BC, 02 and 76. RGB value is (188,2,118). Sum of RGB (Red+Green+Blue) = 188+2+118=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0276 is #43FD89. Grayscale: #464646. Windows color (decimal): -4455818 or 7733948. OLE color: 7733948.

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

Color convert

RGB 188 2 118 -
CMYK 0 0.99 0.37 0.26
HSL 322.58º 0.98% 0.37% -
HSV(B) 322.58º 0.99% 0.74% -
XYZ 24.03 12.04 18.2 -
YUV 70.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 188 2 118 0 0.99 0.37 0.26 322.58 0.98 0.37
Hex BC 2 76 0 63 25 1A 143 62 25
Octal 274 2 166 0 143 45 32 503 142 45
Binary 10111100 10 1110110 0 1100011 100101 11010 101000011 1100010 100101

Color Harmonies of #BC0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0276

Black with #BC0276

Text Example


Text Example

White with #BC0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0276; }

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

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

background-color css

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

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

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

border-color css

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

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

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