Html Css Color HEX #BC038F Medium Violet Red

📋 copy color: '#BC038F'

red 188 ◦ green 3 ◦ blue 143

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

Shades of Medium Violet Red #BC038F

Tints of Medium Violet Red #BC038F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 56.29%
G = 0.9%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC038F (or 0xBC038F) is known color: Medium Violet Red. HEX triplet: BC, 03 and 8F. RGB value is (188,3,143). Sum of RGB (Red+Green+Blue) = 188+3+143=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC038F is #43FC70. Grayscale: #494949. Windows color (decimal): -4455537 or 9372604. OLE color: 9372604.

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

Color convert

RGB 188 3 143 -
CMYK 0 0.98 0.24 0.26
HSL 314.59º 0.97% 0.37% -
HSV(B) 314.59º 0.98% 0.74% -
XYZ 25.73 12.74 27.09 -
YUV 74.28 166.79 209.12 -
System Red Green Blue C M Y K H S L
Decimal 188 3 143 0 0.98 0.24 0.26 314.59 0.97 0.37
Hex BC 3 8F 0 62 18 1A 13B 61 25
Octal 274 3 217 0 142 30 32 473 141 45
Binary 10111100 11 10001111 0 1100010 11000 11010 100111011 1100001 100101

Color Harmonies of #BC038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC038F

Black with #BC038F

Text Example


Text Example

White with #BC038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC038F; }

 p { color: rgb(188,3,143); }

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

background-color css

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

 a { background-color: rgb(188,3,143); }

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

border-color css

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

 span { border-color: rgb(188,3,143); }

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