Html Css Color HEX #BC0A90 Medium Violet Red

📋 copy color: '#BC0A90'

red 188 ◦ green 10 ◦ blue 144

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

Shades of Medium Violet Red #BC0A90

Tints of Medium Violet Red #BC0A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 54.97%
G = 2.92%
B = 42.11%

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

#BC0A90 (or 0xBC0A90) is known color: Medium Violet Red. HEX triplet: BC, 0A and 90. RGB value is (188,10,144). Sum of RGB (Red+Green+Blue) = 188+10+144=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0A90 is #43F56F. Grayscale: #4E4E4E. Windows color (decimal): -4453744 or 9439932. OLE color: 9439932.

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

Color convert

RGB 188 10 144 -
CMYK 0 0.95 0.23 0.26
HSL 314.83º 0.9% 0.39% -
HSV(B) 314.83º 0.95% 0.74% -
XYZ 25.88 12.92 27.52 -
YUV 78.5 164.97 206.1 -
System Red Green Blue C M Y K H S L
Decimal 188 10 144 0 0.95 0.23 0.26 314.83 0.9 0.39
Hex BC A 90 0 5F 17 1A 13B 5A 27
Octal 274 12 220 0 137 27 32 473 132 47
Binary 10111100 1010 10010000 0 1011111 10111 11010 100111011 1011010 100111

Color Harmonies of #BC0A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0A90

Black with #BC0A90

Text Example


Text Example

White with #BC0A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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