Html Css Color HEX #BC317B Medium Red Violet

📋 copy color: '#BC317B'

red 188 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #BC317B

Tints of Medium Red Violet #BC317B

RGB

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

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

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

R = 52.22%
G = 13.61%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC317B (or 0xBC317B) is known color: Medium Red Violet. HEX triplet: BC, 31 and 7B. RGB value is (188,49,123). Sum of RGB (Red+Green+Blue) = 188+49+123=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC317B is #43CE84. Grayscale: #626262. Windows color (decimal): -4443781 or 8073660. OLE color: 8073660.

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

Color convert

RGB 188 49 123 -
CMYK 0 0.74 0.35 0.26
HSL 328.06º 0.59% 0.46% -
HSV(B) 328.06º 0.74% 0.74% -
XYZ 25.41 14.32 20.16 -
YUV 99 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 188 49 123 0 0.74 0.35 0.26 328.06 0.59 0.46
Hex BC 31 7B 0 4A 23 1A 148 3B 2E
Octal 274 61 173 0 112 43 32 510 73 56
Binary 10111100 110001 1111011 0 1001010 100011 11010 101001000 111011 101110

Color Harmonies of #BC317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC317B

Black with #BC317B

Text Example


Text Example

White with #BC317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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