Html Css Color HEX #BC408A Medium Red Violet

📋 copy color: '#BC408A'

red 188 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #BC408A

Tints of Medium Red Violet #BC408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 48.21%
G = 16.41%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC408A (or 0xBC408A) is known color: Medium Red Violet. HEX triplet: BC, 40 and 8A. RGB value is (188,64,138). Sum of RGB (Red+Green+Blue) = 188+64+138=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC408A is #43BF75. Grayscale: #6D6D6D. Windows color (decimal): -4439926 or 9060540. OLE color: 9060540.

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

Color convert

RGB 188 64 138 -
CMYK 0 0.66 0.27 0.26
HSL 324.19º 0.49% 0.49% -
HSV(B) 324.19º 0.66% 0.74% -
XYZ 27.16 16.19 25.74 -
YUV 109.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 188 64 138 0 0.66 0.27 0.26 324.19 0.49 0.49
Hex BC 40 8A 0 42 1B 1A 144 31 31
Octal 274 100 212 0 102 33 32 504 61 61
Binary 10111100 1000000 10001010 0 1000010 11011 11010 101000100 110001 110001

Color Harmonies of #BC408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC408A

Black with #BC408A

Text Example


Text Example

White with #BC408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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