Html Css Color HEX #BC317D Medium Red Violet

📋 copy color: '#BC317D'

red 188 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #BC317D

Tints of Medium Red Violet #BC317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.54%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 51.93%
G = 13.54%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC317D (or 0xBC317D) is known color: Medium Red Violet. HEX triplet: BC, 31 and 7D. RGB value is (188,49,125). Sum of RGB (Red+Green+Blue) = 188+49+125=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC317D is #43CE82. Grayscale: #636363. Windows color (decimal): -4443779 or 8204732. OLE color: 8204732.

HSL color Cylindrical-coordinate representation of color #BC317D: hue angle of 327.19º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC317D is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 125 -
CMYK 0 0.74 0.34 0.26
HSL 327.19º 0.59% 0.46% -
HSV(B) 327.19º 0.74% 0.74% -
XYZ 25.54 14.37 20.83 -
YUV 99.23 142.55 191.32 -
System Red Green Blue C M Y K H S L
Decimal 188 49 125 0 0.74 0.34 0.26 327.19 0.59 0.46
Hex BC 31 7D 0 4A 22 1A 147 3B 2E
Octal 274 61 175 0 112 42 32 507 73 56
Binary 10111100 110001 1111101 0 1001010 100010 11010 101000111 111011 101110

Color Harmonies of #BC317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC317D

Black with #BC317D

Text Example


Text Example

White with #BC317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC317D; }

 p { color: rgb(188,49,125); }

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

background-color css

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

 a { background-color: rgb(188,49,125); }

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

border-color css

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

 span { border-color: rgb(188,49,125); }

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