Html Css Color HEX #BC2386 Medium Red Violet

📋 copy color: '#BC2386'

red 188 ◦ green 35 ◦ blue 134

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

Shades of Medium Red Violet #BC2386

Tints of Medium Red Violet #BC2386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.8%

 BLUE value IS 134 (52.73% from 255) = 37.54%

R = 52.66%
G = 9.8%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC2386 (or 0xBC2386) is known color: Medium Red Violet. HEX triplet: BC, 23 and 86. RGB value is (188,35,134). Sum of RGB (Red+Green+Blue) = 188+35+134=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2386 is #43DC79. Grayscale: #5B5B5B. Windows color (decimal): -4447354 or 8790972. OLE color: 8790972.

HSL color Cylindrical-coordinate representation of color #BC2386: hue angle of 321.18º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2386 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 134 -
CMYK 0 0.81 0.29 0.26
HSL 321.18º 0.69% 0.44% -
HSV(B) 321.18º 0.81% 0.74% -
XYZ 25.64 13.61 23.83 -
YUV 92.03 151.69 196.45 -
System Red Green Blue C M Y K H S L
Decimal 188 35 134 0 0.81 0.29 0.26 321.18 0.69 0.44
Hex BC 23 86 0 51 1D 1A 141 45 2C
Octal 274 43 206 0 121 35 32 501 105 54
Binary 10111100 100011 10000110 0 1010001 11101 11010 101000001 1000101 101100

Color Harmonies of #BC2386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2386

Black with #BC2386

Text Example


Text Example

White with #BC2386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2386; }

 p { color: rgb(188,35,134); }

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

background-color css

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

 a { background-color: rgb(188,35,134); }

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

border-color css

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

 span { border-color: rgb(188,35,134); }

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