Html Css Color HEX #BC239D Medium Violet Red

📋 copy color: '#BC239D'

red 188 ◦ green 35 ◦ blue 157

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

Shades of Medium Violet Red #BC239D

Tints of Medium Violet Red #BC239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 49.47%
G = 9.21%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC239D (or 0xBC239D) is known color: Medium Violet Red. HEX triplet: BC, 23 and 9D. RGB value is (188,35,157). Sum of RGB (Red+Green+Blue) = 188+35+157=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC239D is #43DC62. Grayscale: #5E5E5E. Windows color (decimal): -4447331 or 10298300. OLE color: 10298300.

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

Color convert

RGB 188 35 157 -
CMYK 0 0.81 0.16 0.26
HSL 312.16º 0.69% 0.44% -
HSV(B) 312.16º 0.81% 0.74% -
XYZ 27.43 14.33 33.22 -
YUV 94.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 188 35 157 0 0.81 0.16 0.26 312.16 0.69 0.44
Hex BC 23 9D 0 51 10 1A 138 45 2C
Octal 274 43 235 0 121 20 32 470 105 54
Binary 10111100 100011 10011101 0 1010001 10000 11010 100111000 1000101 101100

Color Harmonies of #BC239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC239D

Black with #BC239D

Text Example


Text Example

White with #BC239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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