Html Css Color HEX #BC2A8A Medium Red Violet

📋 copy color: '#BC2A8A'

red 188 ◦ green 42 ◦ blue 138

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

Shades of Medium Red Violet #BC2A8A

Tints of Medium Red Violet #BC2A8A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.41%

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

R = 51.09%
G = 11.41%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC2A8A (or 0xBC2A8A) is known color: Medium Red Violet. HEX triplet: BC, 2A and 8A. RGB value is (188,42,138). Sum of RGB (Red+Green+Blue) = 188+42+138=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2A8A is #43D575. Grayscale: #606060. Windows color (decimal): -4445558 or 9054908. OLE color: 9054908.

HSL color Cylindrical-coordinate representation of color #BC2A8A: hue angle of 320.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A8A is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 42 138 -
CMYK 0 0.78 0.27 0.26
HSL 320.55º 0.63% 0.45% -
HSV(B) 320.55º 0.78% 0.74% -
XYZ 26.15 14.18 25.4 -
YUV 96.6 151.37 193.19 -
System Red Green Blue C M Y K H S L
Decimal 188 42 138 0 0.78 0.27 0.26 320.55 0.63 0.45
Hex BC 2A 8A 0 4E 1B 1A 141 3F 2D
Octal 274 52 212 0 116 33 32 501 77 55
Binary 10111100 101010 10001010 0 1001110 11011 11010 101000001 111111 101101

Color Harmonies of #BC2A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A8A

Black with #BC2A8A

Text Example


Text Example

White with #BC2A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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