Html Css Color HEX #BC4090 Medium Red Violet

📋 copy color: '#BC4090'

red 188 ◦ green 64 ◦ blue 144

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

Shades of Medium Red Violet #BC4090

Tints of Medium Red Violet #BC4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

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

R = 47.47%
G = 16.16%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC4090 (or 0xBC4090) is known color: Medium Red Violet. HEX triplet: BC, 40 and 90. RGB value is (188,64,144). Sum of RGB (Red+Green+Blue) = 188+64+144=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4090 is #43BF6F. Grayscale: #6E6E6E. Windows color (decimal): -4439920 or 9453756. OLE color: 9453756.

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

Color convert

RGB 188 64 144 -
CMYK 0 0.66 0.23 0.26
HSL 321.29º 0.49% 0.49% -
HSV(B) 321.29º 0.66% 0.74% -
XYZ 27.61 16.37 28.09 -
YUV 110.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 188 64 144 0 0.66 0.23 0.26 321.29 0.49 0.49
Hex BC 40 90 0 42 17 1A 141 31 31
Octal 274 100 220 0 102 27 32 501 61 61
Binary 10111100 1000000 10010000 0 1000010 10111 11010 101000001 110001 110001

Color Harmonies of #BC4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4090

Black with #BC4090

Text Example


Text Example

White with #BC4090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4090; }

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

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

background-color css

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

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

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

border-color css

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

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

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