Html Css Color HEX #BC0C6F Medium Violet Red

📋 copy color: '#BC0C6F'

red 188 ◦ green 12 ◦ blue 111

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

Shades of Medium Violet Red #BC0C6F

Tints of Medium Violet Red #BC0C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.86%

 BLUE value IS 111 (43.75% from 255) = 35.69%

R = 60.45%
G = 3.86%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC0C6F (or 0xBC0C6F) is known color: Medium Violet Red. HEX triplet: BC, 0C and 6F. RGB value is (188,12,111). Sum of RGB (Red+Green+Blue) = 188+12+111=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C6F is #43F390. Grayscale: #4B4B4B. Windows color (decimal): -4453265 or 7277756. OLE color: 7277756.

HSL color Cylindrical-coordinate representation of color #BC0C6F: hue angle of 326.25º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C6F is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 12 111 -
CMYK 0 0.94 0.41 0.26
HSL 326.25º 0.88% 0.39% -
HSV(B) 326.25º 0.94% 0.74% -
XYZ 23.74 12.1 16.12 -
YUV 75.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 188 12 111 0 0.94 0.41 0.26 326.25 0.88 0.39
Hex BC C 6F 0 5E 29 1A 146 58 27
Octal 274 14 157 0 136 51 32 506 130 47
Binary 10111100 1100 1101111 0 1011110 101001 11010 101000110 1011000 100111

Color Harmonies of #BC0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C6F

Black with #BC0C6F

Text Example


Text Example

White with #BC0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C6F; }

 p { color: rgb(188,12,111); }

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

background-color css

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

 a { background-color: rgb(188,12,111); }

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

border-color css

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

 span { border-color: rgb(188,12,111); }

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