Html Css Color HEX #BC338E Medium Red Violet

📋 copy color: '#BC338E'

red 188 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #BC338E

Tints of Medium Red Violet #BC338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.39%

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 49.34%
G = 13.39%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC338E (or 0xBC338E) is known color: Medium Red Violet. HEX triplet: BC, 33 and 8E. RGB value is (188,51,142). Sum of RGB (Red+Green+Blue) = 188+51+142=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC338E is #43CC71. Grayscale: #666666. Windows color (decimal): -4443250 or 9319356. OLE color: 9319356.

HSL color Cylindrical-coordinate representation of color #BC338E: hue angle of 320.15º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC338E is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 142 -
CMYK 0 0.73 0.24 0.26
HSL 320.15º 0.57% 0.47% -
HSV(B) 320.15º 0.73% 0.74% -
XYZ 26.81 15.01 27.08 -
YUV 102.34 150.39 189.1 -
System Red Green Blue C M Y K H S L
Decimal 188 51 142 0 0.73 0.24 0.26 320.15 0.57 0.47
Hex BC 33 8E 0 49 18 1A 140 39 2F
Octal 274 63 216 0 111 30 32 500 71 57
Binary 10111100 110011 10001110 0 1001001 11000 11010 101000000 111001 101111

Color Harmonies of #BC338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC338E

Black with #BC338E

Text Example


Text Example

White with #BC338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC338E; }

 p { color: rgb(188,51,142); }

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

background-color css

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

 a { background-color: rgb(188,51,142); }

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

border-color css

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

 span { border-color: rgb(188,51,142); }

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