Html Css Color HEX #BC239F Medium Violet Red

📋 copy color: '#BC239F'

red 188 ◦ green 35 ◦ blue 159

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

Shades of Medium Violet Red #BC239F

Tints of Medium Violet Red #BC239F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 49.21%
G = 9.16%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC239F (or 0xBC239F) is known color: Medium Violet Red. HEX triplet: BC, 23 and 9F. RGB value is (188,35,159). Sum of RGB (Red+Green+Blue) = 188+35+159=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC239F is #43DC60. Grayscale: #5E5E5E. Windows color (decimal): -4447329 or 10429372. OLE color: 10429372.

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

Color convert

RGB 188 35 159 -
CMYK 0 0.81 0.15 0.26
HSL 311.37º 0.69% 0.44% -
HSV(B) 311.37º 0.81% 0.74% -
XYZ 27.6 14.4 34.13 -
YUV 94.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 188 35 159 0 0.81 0.15 0.26 311.37 0.69 0.44
Hex BC 23 9F 0 51 F 1A 137 45 2C
Octal 274 43 237 0 121 17 32 467 105 54
Binary 10111100 100011 10011111 0 1010001 1111 11010 100110111 1000101 101100

Color Harmonies of #BC239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC239F

Black with #BC239F

Text Example


Text Example

White with #BC239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC239F; }

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

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

background-color css

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

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

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

border-color css

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

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

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