Html Css Color HEX #BC0995 Medium Violet Red

📋 copy color: '#BC0995'

red 188 ◦ green 9 ◦ blue 149

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

Shades of Medium Violet Red #BC0995

Tints of Medium Violet Red #BC0995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 54.34%
G = 2.6%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC0995 (or 0xBC0995) is known color: Medium Violet Red. HEX triplet: BC, 09 and 95. RGB value is (188,9,149). Sum of RGB (Red+Green+Blue) = 188+9+149=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0995 is #43F66A. Grayscale: #4E4E4E. Windows color (decimal): -4453995 or 9767356. OLE color: 9767356.

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

Color convert

RGB 188 9 149 -
CMYK 0 0.95 0.21 0.26
HSL 313.07º 0.91% 0.39% -
HSV(B) 313.07º 0.95% 0.74% -
XYZ 26.26 13.06 29.57 -
YUV 78.48 167.8 206.12 -
System Red Green Blue C M Y K H S L
Decimal 188 9 149 0 0.95 0.21 0.26 313.07 0.91 0.39
Hex BC 9 95 0 5F 15 1A 139 5B 27
Octal 274 11 225 0 137 25 32 471 133 47
Binary 10111100 1001 10010101 0 1011111 10101 11010 100111001 1011011 100111

Color Harmonies of #BC0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0995

Black with #BC0995

Text Example


Text Example

White with #BC0995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0995; }

 p { color: rgb(188,9,149); }

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

background-color css

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

 a { background-color: rgb(188,9,149); }

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

border-color css

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

 span { border-color: rgb(188,9,149); }

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