Html Css Color HEX #BC338A Medium Red Violet

📋 copy color: '#BC338A'

red 188 ◦ green 51 ◦ blue 138

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

Shades of Medium Red Violet #BC338A

Tints of Medium Red Violet #BC338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 49.87%
G = 13.53%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC338A (or 0xBC338A) is known color: Medium Red Violet. HEX triplet: BC, 33 and 8A. RGB value is (188,51,138). Sum of RGB (Red+Green+Blue) = 188+51+138=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC338A is #43CC75. Grayscale: #656565. Windows color (decimal): -4443254 or 9057212. OLE color: 9057212.

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

Color convert

RGB 188 51 138 -
CMYK 0 0.73 0.27 0.26
HSL 321.9º 0.57% 0.47% -
HSV(B) 321.9º 0.73% 0.74% -
XYZ 26.51 14.89 25.52 -
YUV 101.88 148.39 189.43 -
System Red Green Blue C M Y K H S L
Decimal 188 51 138 0 0.73 0.27 0.26 321.9 0.57 0.47
Hex BC 33 8A 0 49 1B 1A 142 39 2F
Octal 274 63 212 0 111 33 32 502 71 57
Binary 10111100 110011 10001010 0 1001001 11011 11010 101000010 111001 101111

Color Harmonies of #BC338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC338A

Black with #BC338A

Text Example


Text Example

White with #BC338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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