Html Css Color HEX #BC378B Medium Red Violet

📋 copy color: '#BC378B'

red 188 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #BC378B

Tints of Medium Red Violet #BC378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.4%

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 49.21%
G = 14.4%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC378B (or 0xBC378B) is known color: Medium Red Violet. HEX triplet: BC, 37 and 8B. RGB value is (188,55,139). Sum of RGB (Red+Green+Blue) = 188+55+139=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC378B is #43C874. Grayscale: #686868. Windows color (decimal): -4442229 or 9123772. OLE color: 9123772.

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

Color convert

RGB 188 55 139 -
CMYK 0 0.71 0.26 0.26
HSL 322.11º 0.55% 0.48% -
HSV(B) 322.11º 0.71% 0.74% -
XYZ 26.77 15.29 25.97 -
YUV 104.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 188 55 139 0 0.71 0.26 0.26 322.11 0.55 0.48
Hex BC 37 8B 0 47 1A 1A 142 37 30
Octal 274 67 213 0 107 32 32 502 67 60
Binary 10111100 110111 10001011 0 1000111 11010 11010 101000010 110111 110000

Color Harmonies of #BC378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC378B

Black with #BC378B

Text Example


Text Example

White with #BC378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC378B; }

 p { color: rgb(188,55,139); }

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

background-color css

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

 a { background-color: rgb(188,55,139); }

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

border-color css

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

 span { border-color: rgb(188,55,139); }

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