Html Css Color HEX #BC048B Medium Violet Red

📋 copy color: '#BC048B'

red 188 ◦ green 4 ◦ blue 139

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

Shades of Medium Violet Red #BC048B

Tints of Medium Violet Red #BC048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 56.8%
G = 1.21%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC048B (or 0xBC048B) is known color: Medium Violet Red. HEX triplet: BC, 04 and 8B. RGB value is (188,4,139). Sum of RGB (Red+Green+Blue) = 188+4+139=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC048B is #43FB74. Grayscale: #4A4A4A. Windows color (decimal): -4455285 or 9110716. OLE color: 9110716.

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

Color convert

RGB 188 4 139 -
CMYK 0 0.98 0.26 0.26
HSL 315.98º 0.96% 0.38% -
HSV(B) 315.98º 0.98% 0.74% -
XYZ 25.44 12.64 25.53 -
YUV 74.41 164.46 209.02 -
System Red Green Blue C M Y K H S L
Decimal 188 4 139 0 0.98 0.26 0.26 315.98 0.96 0.38
Hex BC 4 8B 0 62 1A 1A 13C 60 26
Octal 274 4 213 0 142 32 32 474 140 46
Binary 10111100 100 10001011 0 1100010 11010 11010 100111100 1100000 100110

Color Harmonies of #BC048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC048B

Black with #BC048B

Text Example


Text Example

White with #BC048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC048B; }

 p { color: rgb(188,4,139); }

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

background-color css

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

 a { background-color: rgb(188,4,139); }

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

border-color css

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

 span { border-color: rgb(188,4,139); }

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