Html Css Color HEX #BC3B7A Medium Red Violet

📋 copy color: '#BC3B7A'

red 188 ◦ green 59 ◦ blue 122

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

Shades of Medium Red Violet #BC3B7A

Tints of Medium Red Violet #BC3B7A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.99%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 50.95%
G = 15.99%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC3B7A (or 0xBC3B7A) is known color: Medium Red Violet. HEX triplet: BC, 3B and 7A. RGB value is (188,59,122). Sum of RGB (Red+Green+Blue) = 188+59+122=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3B7A is #43C485. Grayscale: #686868. Windows color (decimal): -4441222 or 8010684. OLE color: 8010684.

HSL color Cylindrical-coordinate representation of color #BC3B7A: hue angle of 330.7º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3B7A is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 59 122 -
CMYK 0 0.69 0.35 0.26
HSL 330.7º 0.52% 0.48% -
HSV(B) 330.7º 0.69% 0.74% -
XYZ 25.82 15.22 19.99 -
YUV 104.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 188 59 122 0 0.69 0.35 0.26 330.7 0.52 0.48
Hex BC 3B 7A 0 45 23 1A 14B 34 30
Octal 274 73 172 0 105 43 32 513 64 60
Binary 10111100 111011 1111010 0 1000101 100011 11010 101001011 110100 110000

Color Harmonies of #BC3B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B7A

Black with #BC3B7A

Text Example


Text Example

White with #BC3B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B7A; }

 p { color: rgb(188,59,122); }

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

background-color css

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

 a { background-color: rgb(188,59,122); }

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

border-color css

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

 span { border-color: rgb(188,59,122); }

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