Html Css Color HEX #BC236F Medium Red Violet

📋 copy color: '#BC236F'

red 188 ◦ green 35 ◦ blue 111

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

Shades of Medium Red Violet #BC236F

Tints of Medium Red Violet #BC236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 56.29%
G = 10.48%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC236F (or 0xBC236F) is known color: Medium Red Violet. HEX triplet: BC, 23 and 6F. RGB value is (188,35,111). Sum of RGB (Red+Green+Blue) = 188+35+111=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC236F is #43DC90. Grayscale: #595959. Windows color (decimal): -4447377 or 7283644. OLE color: 7283644.

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

Color convert

RGB 188 35 111 -
CMYK 0 0.81 0.41 0.26
HSL 330.2º 0.69% 0.44% -
HSV(B) 330.2º 0.81% 0.74% -
XYZ 24.21 13.04 16.28 -
YUV 89.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 188 35 111 0 0.81 0.41 0.26 330.2 0.69 0.44
Hex BC 23 6F 0 51 29 1A 14A 45 2C
Octal 274 43 157 0 121 51 32 512 105 54
Binary 10111100 100011 1101111 0 1010001 101001 11010 101001010 1000101 101100

Color Harmonies of #BC236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC236F

Black with #BC236F

Text Example


Text Example

White with #BC236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC236F; }

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

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

background-color css

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

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

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

border-color css

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

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

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