Html Css Color HEX #BC1198 Medium Violet Red

📋 copy color: '#BC1198'

red 188 ◦ green 17 ◦ blue 152

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

Shades of Medium Violet Red #BC1198

Tints of Medium Violet Red #BC1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.76%

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 52.66%
G = 4.76%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC1198 (or 0xBC1198) is known color: Medium Violet Red. HEX triplet: BC, 11 and 98. RGB value is (188,17,152). Sum of RGB (Red+Green+Blue) = 188+17+152=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1198 is #43EE67. Grayscale: #535353. Windows color (decimal): -4451944 or 9966012. OLE color: 9966012.

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

Color convert

RGB 188 17 152 -
CMYK 0 0.91 0.19 0.26
HSL 312.63º 0.83% 0.4% -
HSV(B) 312.63º 0.91% 0.74% -
XYZ 26.61 13.36 30.88 -
YUV 83.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 188 17 152 0 0.91 0.19 0.26 312.63 0.83 0.4
Hex BC 11 98 0 5B 13 1A 139 53 28
Octal 274 21 230 0 133 23 32 471 123 50
Binary 10111100 10001 10011000 0 1011011 10011 11010 100111001 1010011 101000

Color Harmonies of #BC1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1198

Black with #BC1198

Text Example


Text Example

White with #BC1198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1198; }

 p { color: rgb(188,17,152); }

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

background-color css

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

 a { background-color: rgb(188,17,152); }

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

border-color css

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

 span { border-color: rgb(188,17,152); }

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