Html Css Color HEX #BC197B Medium Violet Red

📋 copy color: '#BC197B'

red 188 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #BC197B

Tints of Medium Violet Red #BC197B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 55.95%
G = 7.44%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC197B (or 0xBC197B) is known color: Medium Violet Red. HEX triplet: BC, 19 and 7B. RGB value is (188,25,123). Sum of RGB (Red+Green+Blue) = 188+25+123=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC197B is #43E684. Grayscale: #545454. Windows color (decimal): -4449925 or 8067516. OLE color: 8067516.

HSL color Cylindrical-coordinate representation of color #BC197B: hue angle of 323.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC197B is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 123 -
CMYK 0 0.87 0.35 0.26
HSL 323.93º 0.77% 0.42% -
HSV(B) 323.93º 0.87% 0.74% -
XYZ 24.66 12.82 19.91 -
YUV 84.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 188 25 123 0 0.87 0.35 0.26 323.93 0.77 0.42
Hex BC 19 7B 0 57 23 1A 144 4D 2A
Octal 274 31 173 0 127 43 32 504 115 52
Binary 10111100 11001 1111011 0 1010111 100011 11010 101000100 1001101 101010

Color Harmonies of #BC197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC197B

Black with #BC197B

Text Example


Text Example

White with #BC197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC197B; }

 p { color: rgb(188,25,123); }

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

background-color css

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

 a { background-color: rgb(188,25,123); }

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

border-color css

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

 span { border-color: rgb(188,25,123); }

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