Html Css Color HEX #BC0090 Medium Violet Red

📋 copy color: '#BC0090'

red 188 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #BC0090

Tints of Medium Violet Red #BC0090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.63%
G = 0%
B = 43.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC0090 (or 0xBC0090) is known color: Medium Violet Red. HEX triplet: BC, 00 and 90. RGB value is (188,0,144). Sum of RGB (Red+Green+Blue) = 188+0+144=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0090 is #43FF6F. Grayscale: #484848. Windows color (decimal): -4456304 or 9437372. OLE color: 9437372.

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

Color convert

RGB 188 0 144 -
CMYK 0 1 0.23 0.26
HSL 314.04º 1% 0.37% -
HSV(B) 314.04º 1% 0.74% -
XYZ 25.77 12.7 27.48 -
YUV 72.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 188 0 144 0 1 0.23 0.26 314.04 1 0.37
Hex BC 0 90 0 64 17 1A 13A 64 25
Octal 274 0 220 0 144 27 32 472 144 45
Binary 10111100 0 10010000 0 1100100 10111 11010 100111010 1100100 100101

Color Harmonies of #BC0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0090

Black with #BC0090

Text Example


Text Example

White with #BC0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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