Html Css Color HEX #BC237D Medium Red Violet

📋 copy color: '#BC237D'

red 188 ◦ green 35 ◦ blue 125

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

Shades of Medium Red Violet #BC237D

Tints of Medium Red Violet #BC237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 54.02%
G = 10.06%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC237D (or 0xBC237D) is known color: Medium Red Violet. HEX triplet: BC, 23 and 7D. RGB value is (188,35,125). Sum of RGB (Red+Green+Blue) = 188+35+125=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC237D is #43DC82. Grayscale: #5A5A5A. Windows color (decimal): -4447363 or 8201148. OLE color: 8201148.

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

Color convert

RGB 188 35 125 -
CMYK 0 0.81 0.34 0.26
HSL 324.71º 0.69% 0.44% -
HSV(B) 324.71º 0.81% 0.74% -
XYZ 25.04 13.37 20.66 -
YUV 91.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 188 35 125 0 0.81 0.34 0.26 324.71 0.69 0.44
Hex BC 23 7D 0 51 22 1A 145 45 2C
Octal 274 43 175 0 121 42 32 505 105 54
Binary 10111100 100011 1111101 0 1010001 100010 11010 101000101 1000101 101100

Color Harmonies of #BC237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC237D

Black with #BC237D

Text Example


Text Example

White with #BC237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC237D; }

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

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

background-color css

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

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

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

border-color css

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

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

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