Html Css Color HEX #BC05A3 Medium Violet Red

📋 copy color: '#BC05A3'

red 188 ◦ green 5 ◦ blue 163

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

Shades of Medium Violet Red #BC05A3

Tints of Medium Violet Red #BC05A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.79%

R = 52.81%
G = 1.4%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC05A3 (or 0xBC05A3) is known color: Medium Violet Red. HEX triplet: BC, 05 and A3. RGB value is (188,5,163). Sum of RGB (Red+Green+Blue) = 188+5+163=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC05A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC05A3 is #43FA5C. Grayscale: #4D4D4D. Windows color (decimal): -4455005 or 10683836. OLE color: 10683836.

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

Color convert

RGB 188 5 163 -
CMYK 0 0.97 0.13 0.26
HSL 308.2º 0.95% 0.38% -
HSV(B) 308.2º 0.97% 0.74% -
XYZ 27.4 13.44 35.8 -
YUV 77.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 188 5 163 0 0.97 0.13 0.26 308.2 0.95 0.38
Hex BC 5 A3 0 61 D 1A 134 5F 26
Octal 274 5 243 0 141 15 32 464 137 46
Binary 10111100 101 10100011 0 1100001 1101 11010 100110100 1011111 100110

Color Harmonies of #BC05A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC05A3

Black with #BC05A3

Text Example


Text Example

White with #BC05A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC05A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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