Html Css Color HEX #BC239E Medium Violet Red

📋 copy color: '#BC239E'

red 188 ◦ green 35 ◦ blue 158

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

Shades of Medium Violet Red #BC239E

Tints of Medium Violet Red #BC239E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 49.34%
G = 9.19%
B = 41.47%

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

#BC239E (or 0xBC239E) is known color: Medium Violet Red. HEX triplet: BC, 23 and 9E. RGB value is (188,35,158). Sum of RGB (Red+Green+Blue) = 188+35+158=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC239E is #43DC61. Grayscale: #5E5E5E. Windows color (decimal): -4447330 or 10363836. OLE color: 10363836.

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

Color convert

RGB 188 35 158 -
CMYK 0 0.81 0.16 0.26
HSL 311.76º 0.69% 0.44% -
HSV(B) 311.76º 0.81% 0.74% -
XYZ 27.51 14.36 33.67 -
YUV 94.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 188 35 158 0 0.81 0.16 0.26 311.76 0.69 0.44
Hex BC 23 9E 0 51 10 1A 138 45 2C
Octal 274 43 236 0 121 20 32 470 105 54
Binary 10111100 100011 10011110 0 1010001 10000 11010 100111000 1000101 101100

Color Harmonies of #BC239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC239E

Black with #BC239E

Text Example


Text Example

White with #BC239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC239E; }

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

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

background-color css

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

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

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

border-color css

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

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

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