Html Css Color HEX #BC3495 Medium Red Violet

📋 copy color: '#BC3495'

red 188 ◦ green 52 ◦ blue 149

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

Shades of Medium Red Violet #BC3495

Tints of Medium Red Violet #BC3495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.37%

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 48.33%
G = 13.37%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC3495 (or 0xBC3495) is known color: Medium Red Violet. HEX triplet: BC, 34 and 95. RGB value is (188,52,149). Sum of RGB (Red+Green+Blue) = 188+52+149=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3495 is #43CB6A. Grayscale: #676767. Windows color (decimal): -4442987 or 9778364. OLE color: 9778364.

HSL color Cylindrical-coordinate representation of color #BC3495: hue angle of 317.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3495 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 52 149 -
CMYK 0 0.72 0.21 0.26
HSL 317.21º 0.57% 0.47% -
HSV(B) 317.21º 0.72% 0.74% -
XYZ 27.39 15.32 29.95 -
YUV 103.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 188 52 149 0 0.72 0.21 0.26 317.21 0.57 0.47
Hex BC 34 95 0 48 15 1A 13D 39 2F
Octal 274 64 225 0 110 25 32 475 71 57
Binary 10111100 110100 10010101 0 1001000 10101 11010 100111101 111001 101111

Color Harmonies of #BC3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3495

Black with #BC3495

Text Example


Text Example

White with #BC3495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3495; }

 p { color: rgb(188,52,149); }

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

background-color css

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

 a { background-color: rgb(188,52,149); }

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

border-color css

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

 span { border-color: rgb(188,52,149); }

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