Html Css Color HEX #BC237F Medium Red Violet

📋 copy color: '#BC237F'

red 188 ◦ green 35 ◦ blue 127

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

Shades of Medium Red Violet #BC237F

Tints of Medium Red Violet #BC237F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 53.71%
G = 10%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC237F (or 0xBC237F) is known color: Medium Red Violet. HEX triplet: BC, 23 and 7F. RGB value is (188,35,127). Sum of RGB (Red+Green+Blue) = 188+35+127=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC237F is #43DC80. Grayscale: #5B5B5B. Windows color (decimal): -4447361 or 8332220. OLE color: 8332220.

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

Color convert

RGB 188 35 127 -
CMYK 0 0.81 0.32 0.26
HSL 323.92º 0.69% 0.44% -
HSV(B) 323.92º 0.81% 0.74% -
XYZ 25.17 13.43 21.34 -
YUV 91.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 188 35 127 0 0.81 0.32 0.26 323.92 0.69 0.44
Hex BC 23 7F 0 51 20 1A 144 45 2C
Octal 274 43 177 0 121 40 32 504 105 54
Binary 10111100 100011 1111111 0 1010001 100000 11010 101000100 1000101 101100

Color Harmonies of #BC237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC237F

Black with #BC237F

Text Example


Text Example

White with #BC237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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