Html Css Color HEX #BC3477 Medium Red Violet

📋 copy color: '#BC3477'

red 188 ◦ green 52 ◦ blue 119

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

Shades of Medium Red Violet #BC3477

Tints of Medium Red Violet #BC3477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 52.37%
G = 14.48%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC3477 (or 0xBC3477) is known color: Medium Red Violet. HEX triplet: BC, 34 and 77. RGB value is (188,52,119). Sum of RGB (Red+Green+Blue) = 188+52+119=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3477 is #43CB88. Grayscale: #646464. Windows color (decimal): -4443017 or 7812284. OLE color: 7812284.

HSL color Cylindrical-coordinate representation of color #BC3477: hue angle of 330.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3477 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 52 119 -
CMYK 0 0.72 0.37 0.26
HSL 330.44º 0.57% 0.47% -
HSV(B) 330.44º 0.72% 0.74% -
XYZ 25.3 14.48 18.91 -
YUV 100.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 188 52 119 0 0.72 0.37 0.26 330.44 0.57 0.47
Hex BC 34 77 0 48 25 1A 14A 39 2F
Octal 274 64 167 0 110 45 32 512 71 57
Binary 10111100 110100 1110111 0 1001000 100101 11010 101001010 111001 101111

Color Harmonies of #BC3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3477

Black with #BC3477

Text Example


Text Example

White with #BC3477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3477; }

 p { color: rgb(188,52,119); }

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

background-color css

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

 a { background-color: rgb(188,52,119); }

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

border-color css

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

 span { border-color: rgb(188,52,119); }

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