Html Css Color HEX #BC3B7E Medium Red Violet

📋 copy color: '#BC3B7E'

red 188 ◦ green 59 ◦ blue 126

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

Shades of Medium Red Violet #BC3B7E

Tints of Medium Red Violet #BC3B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.78%

R = 50.4%
G = 15.82%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC3B7E (or 0xBC3B7E) is known color: Medium Red Violet. HEX triplet: BC, 3B and 7E. RGB value is (188,59,126). Sum of RGB (Red+Green+Blue) = 188+59+126=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3B7E is #43C481. Grayscale: #696969. Windows color (decimal): -4441218 or 8272828. OLE color: 8272828.

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

Color convert

RGB 188 59 126 -
CMYK 0 0.69 0.33 0.26
HSL 328.84º 0.52% 0.48% -
HSV(B) 328.84º 0.69% 0.74% -
XYZ 26.07 15.33 21.32 -
YUV 105.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 188 59 126 0 0.69 0.33 0.26 328.84 0.52 0.48
Hex BC 3B 7E 0 45 21 1A 149 34 30
Octal 274 73 176 0 105 41 32 511 64 60
Binary 10111100 111011 1111110 0 1000101 100001 11010 101001001 110100 110000

Color Harmonies of #BC3B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B7E

Black with #BC3B7E

Text Example


Text Example

White with #BC3B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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