Html Css Color HEX #BC4182 Medium Red Violet

📋 copy color: '#BC4182'

red 188 ◦ green 65 ◦ blue 130

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

Shades of Medium Red Violet #BC4182

Tints of Medium Red Violet #BC4182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 49.09%
G = 16.97%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC4182 (or 0xBC4182) is known color: Medium Red Violet. HEX triplet: BC, 41 and 82. RGB value is (188,65,130). Sum of RGB (Red+Green+Blue) = 188+65+130=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4182 is #43BE7D. Grayscale: #6D6D6D. Windows color (decimal): -4439678 or 8536508. OLE color: 8536508.

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

Color convert

RGB 188 65 130 -
CMYK 0 0.65 0.31 0.26
HSL 328.29º 0.49% 0.5% -
HSV(B) 328.29º 0.65% 0.74% -
XYZ 26.66 16.08 22.82 -
YUV 109.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 188 65 130 0 0.65 0.31 0.26 328.29 0.49 0.5
Hex BC 41 82 0 41 1F 1A 148 31 32
Octal 274 101 202 0 101 37 32 510 61 62
Binary 10111100 1000001 10000010 0 1000001 11111 11010 101001000 110001 110010

Color Harmonies of #BC4182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4182

Black with #BC4182

Text Example


Text Example

White with #BC4182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4182; }

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

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

background-color css

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

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

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

border-color css

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

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

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