Html Css Color HEX #BC3F81 Medium Red Violet

📋 copy color: '#BC3F81'

red 188 ◦ green 63 ◦ blue 129

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

Shades of Medium Red Violet #BC3F81

Tints of Medium Red Violet #BC3F81

RGB

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

 GREEN value IS 63 (25% from 255) = 16.58%

 BLUE value IS 129 (50.78% from 255) = 33.95%

R = 49.47%
G = 16.58%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC3F81 (or 0xBC3F81) is known color: Medium Red Violet. HEX triplet: BC, 3F and 81. RGB value is (188,63,129). Sum of RGB (Red+Green+Blue) = 188+63+129=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3F81 is #43C07E. Grayscale: #6B6B6B. Windows color (decimal): -4440191 or 8470460. OLE color: 8470460.

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

Color convert

RGB 188 63 129 -
CMYK 0 0.66 0.31 0.26
HSL 328.32º 0.5% 0.49% -
HSV(B) 328.32º 0.66% 0.74% -
XYZ 26.48 15.83 22.43 -
YUV 107.9 139.91 185.13 -
System Red Green Blue C M Y K H S L
Decimal 188 63 129 0 0.66 0.31 0.26 328.32 0.5 0.49
Hex BC 3F 81 0 42 1F 1A 148 32 31
Octal 274 77 201 0 102 37 32 510 62 61
Binary 10111100 111111 10000001 0 1000010 11111 11010 101001000 110010 110001

Color Harmonies of #BC3F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F81

Black with #BC3F81

Text Example


Text Example

White with #BC3F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F81; }

 p { color: rgb(188,63,129); }

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

background-color css

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

 a { background-color: rgb(188,63,129); }

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

border-color css

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

 span { border-color: rgb(188,63,129); }

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