Html Css Color HEX #BC0C7E Medium Violet Red

📋 copy color: '#BC0C7E'

red 188 ◦ green 12 ◦ blue 126

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

Shades of Medium Violet Red #BC0C7E

Tints of Medium Violet Red #BC0C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 57.67%
G = 3.68%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC0C7E (or 0xBC0C7E) is known color: Medium Violet Red. HEX triplet: BC, 0C and 7E. RGB value is (188,12,126). Sum of RGB (Red+Green+Blue) = 188+12+126=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C7E is #43F381. Grayscale: #4D4D4D. Windows color (decimal): -4453250 or 8260796. OLE color: 8260796.

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

Color convert

RGB 188 12 126 -
CMYK 0 0.94 0.33 0.26
HSL 321.14º 0.88% 0.39% -
HSV(B) 321.14º 0.94% 0.74% -
XYZ 24.64 12.46 20.85 -
YUV 77.62 155.31 206.73 -
System Red Green Blue C M Y K H S L
Decimal 188 12 126 0 0.94 0.33 0.26 321.14 0.88 0.39
Hex BC C 7E 0 5E 21 1A 141 58 27
Octal 274 14 176 0 136 41 32 501 130 47
Binary 10111100 1100 1111110 0 1011110 100001 11010 101000001 1011000 100111

Color Harmonies of #BC0C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C7E

Black with #BC0C7E

Text Example


Text Example

White with #BC0C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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