Html Css Color HEX #BC10A3 Medium Violet Red

📋 copy color: '#BC10A3'

red 188 ◦ green 16 ◦ blue 163

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

Shades of Medium Violet Red #BC10A3

Tints of Medium Violet Red #BC10A3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.36%

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

R = 51.23%
G = 4.36%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC10A3 (or 0xBC10A3) is known color: Medium Violet Red. HEX triplet: BC, 10 and A3. RGB value is (188,16,163). Sum of RGB (Red+Green+Blue) = 188+16+163=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC10A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC10A3 is #43EF5C. Grayscale: #535353. Windows color (decimal): -4452189 or 10686652. OLE color: 10686652.

HSL color Cylindrical-coordinate representation of color #BC10A3: hue angle of 308.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC10A3 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 16 163 -
CMYK 0 0.91 0.13 0.26
HSL 308.72º 0.84% 0.4% -
HSV(B) 308.72º 0.91% 0.74% -
XYZ 27.54 13.71 35.84 -
YUV 84.19 172.48 202.05 -
System Red Green Blue C M Y K H S L
Decimal 188 16 163 0 0.91 0.13 0.26 308.72 0.84 0.4
Hex BC 10 A3 0 5B D 1A 135 54 28
Octal 274 20 243 0 133 15 32 465 124 50
Binary 10111100 10000 10100011 0 1011011 1101 11010 100110101 1010100 101000

Color Harmonies of #BC10A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10A3

Black with #BC10A3

Text Example


Text Example

White with #BC10A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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