Html Css Color HEX #BC4183 Medium Red Violet

📋 copy color: '#BC4183'

red 188 ◦ green 65 ◦ blue 131

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

Shades of Medium Red Violet #BC4183

Tints of Medium Red Violet #BC4183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 48.96%
G = 16.93%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC4183 (or 0xBC4183) is known color: Medium Red Violet. HEX triplet: BC, 41 and 83. RGB value is (188,65,131). Sum of RGB (Red+Green+Blue) = 188+65+131=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4183 is #43BE7C. Grayscale: #6D6D6D. Windows color (decimal): -4439677 or 8602044. OLE color: 8602044.

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

Color convert

RGB 188 65 131 -
CMYK 0 0.65 0.30 0.26
HSL 327.8º 0.49% 0.5% -
HSV(B) 327.8º 0.65% 0.74% -
XYZ 26.73 16.11 23.17 -
YUV 109.3 140.25 184.13 -
System Red Green Blue C M Y K H S L
Decimal 188 65 131 0 0.65 0.30 0.26 327.8 0.49 0.5
Hex BC 41 83 0 41 1E 1A 148 31 32
Octal 274 101 203 0 101 36 32 510 61 62
Binary 10111100 1000001 10000011 0 1000001 11110 11010 101001000 110001 110010

Color Harmonies of #BC4183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4183

Black with #BC4183

Text Example


Text Example

White with #BC4183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4183; }

 p { color: rgb(188,65,131); }

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

background-color css

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

 a { background-color: rgb(188,65,131); }

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

border-color css

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

 span { border-color: rgb(188,65,131); }

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