Html Css Color HEX #BC0A91 Medium Violet Red

📋 copy color: '#BC0A91'

red 188 ◦ green 10 ◦ blue 145

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

Shades of Medium Violet Red #BC0A91

Tints of Medium Violet Red #BC0A91

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.92%

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 54.81%
G = 2.92%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC0A91 (or 0xBC0A91) is known color: Medium Violet Red. HEX triplet: BC, 0A and 91. RGB value is (188,10,145). Sum of RGB (Red+Green+Blue) = 188+10+145=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0A91 is #43F56E. Grayscale: #4E4E4E. Windows color (decimal): -4453743 or 9505468. OLE color: 9505468.

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

Color convert

RGB 188 10 145 -
CMYK 0 0.95 0.23 0.26
HSL 314.49º 0.9% 0.39% -
HSV(B) 314.49º 0.95% 0.74% -
XYZ 25.96 12.95 27.92 -
YUV 78.61 165.47 206.02 -
System Red Green Blue C M Y K H S L
Decimal 188 10 145 0 0.95 0.23 0.26 314.49 0.9 0.39
Hex BC A 91 0 5F 17 1A 13A 5A 27
Octal 274 12 221 0 137 27 32 472 132 47
Binary 10111100 1010 10010001 0 1011111 10111 11010 100111010 1011010 100111

Color Harmonies of #BC0A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0A91

Black with #BC0A91

Text Example


Text Example

White with #BC0A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0A91; }

 p { color: rgb(188,10,145); }

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

background-color css

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

 a { background-color: rgb(188,10,145); }

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

border-color css

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

 span { border-color: rgb(188,10,145); }

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