Html Css Color HEX #BC368B Medium Red Violet

📋 copy color: '#BC368B'

red 188 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #BC368B

Tints of Medium Red Violet #BC368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.17%

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

R = 49.34%
G = 14.17%
B = 36.48%

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

#BC368B (or 0xBC368B) is known color: Medium Red Violet. HEX triplet: BC, 36 and 8B. RGB value is (188,54,139). Sum of RGB (Red+Green+Blue) = 188+54+139=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC368B is #43C974. Grayscale: #676767. Windows color (decimal): -4442485 or 9123516. OLE color: 9123516.

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

Color convert

RGB 188 54 139 -
CMYK 0 0.71 0.26 0.26
HSL 321.94º 0.55% 0.47% -
HSV(B) 321.94º 0.71% 0.74% -
XYZ 26.72 15.19 25.95 -
YUV 103.76 147.89 188.09 -
System Red Green Blue C M Y K H S L
Decimal 188 54 139 0 0.71 0.26 0.26 321.94 0.55 0.47
Hex BC 36 8B 0 47 1A 1A 142 37 2F
Octal 274 66 213 0 107 32 32 502 67 57
Binary 10111100 110110 10001011 0 1000111 11010 11010 101000010 110111 101111

Color Harmonies of #BC368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC368B

Black with #BC368B

Text Example


Text Example

White with #BC368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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