Html Css Color HEX #BC05A2 Medium Violet Red

📋 copy color: '#BC05A2'

red 188 ◦ green 5 ◦ blue 162

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

Shades of Medium Violet Red #BC05A2

Tints of Medium Violet Red #BC05A2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 52.96%
G = 1.41%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC05A2 (or 0xBC05A2) is known color: Medium Violet Red. HEX triplet: BC, 05 and A2. RGB value is (188,5,162). Sum of RGB (Red+Green+Blue) = 188+5+162=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC05A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC05A2 is #43FA5D. Grayscale: #4D4D4D. Windows color (decimal): -4455006 or 10618300. OLE color: 10618300.

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

Color convert

RGB 188 5 162 -
CMYK 0 0.97 0.14 0.26
HSL 308.52º 0.95% 0.38% -
HSV(B) 308.52º 0.97% 0.74% -
XYZ 27.31 13.41 35.33 -
YUV 77.62 175.63 206.73 -
System Red Green Blue C M Y K H S L
Decimal 188 5 162 0 0.97 0.14 0.26 308.52 0.95 0.38
Hex BC 5 A2 0 61 E 1A 135 5F 26
Octal 274 5 242 0 141 16 32 465 137 46
Binary 10111100 101 10100010 0 1100001 1110 11010 100110101 1011111 100110

Color Harmonies of #BC05A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC05A2

Black with #BC05A2

Text Example


Text Example

White with #BC05A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC05A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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