Html Css Color HEX #BC36A2 Medium Red Violet

📋 copy color: '#BC36A2'

red 188 ◦ green 54 ◦ blue 162

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

Shades of Medium Red Violet #BC36A2

Tints of Medium Red Violet #BC36A2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.37%

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 46.53%
G = 13.37%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC36A2 (or 0xBC36A2) is known color: Medium Red Violet. HEX triplet: BC, 36 and A2. RGB value is (188,54,162). Sum of RGB (Red+Green+Blue) = 188+54+162=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC36A2 is #43C95D. Grayscale: #6A6A6A. Windows color (decimal): -4442462 or 10630844. OLE color: 10630844.

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

Color convert

RGB 188 54 162 -
CMYK 0 0.71 0.14 0.26
HSL 311.64º 0.55% 0.47% -
HSV(B) 311.64º 0.71% 0.74% -
XYZ 28.58 15.94 35.75 -
YUV 106.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 188 54 162 0 0.71 0.14 0.26 311.64 0.55 0.47
Hex BC 36 A2 0 47 E 1A 138 37 2F
Octal 274 66 242 0 107 16 32 470 67 57
Binary 10111100 110110 10100010 0 1000111 1110 11010 100111000 110111 101111

Color Harmonies of #BC36A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36A2

Black with #BC36A2

Text Example


Text Example

White with #BC36A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36A2; }

 p { color: rgb(188,54,162); }

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

background-color css

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

 a { background-color: rgb(188,54,162); }

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

border-color css

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

 span { border-color: rgb(188,54,162); }

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