Html Css Color HEX #BC309D Medium Red Violet

📋 copy color: '#BC309D'

red 188 ◦ green 48 ◦ blue 157

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

Shades of Medium Red Violet #BC309D

Tints of Medium Red Violet #BC309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.21%

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 47.84%
G = 12.21%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC309D (or 0xBC309D) is known color: Medium Red Violet. HEX triplet: BC, 30 and 9D. RGB value is (188,48,157). Sum of RGB (Red+Green+Blue) = 188+48+157=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC309D is #43CF62. Grayscale: #656565. Windows color (decimal): -4444003 or 10301628. OLE color: 10301628.

HSL color Cylindrical-coordinate representation of color #BC309D: hue angle of 313.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC309D is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 157 -
CMYK 0 0.74 0.16 0.26
HSL 313.29º 0.59% 0.46% -
HSV(B) 313.29º 0.74% 0.74% -
XYZ 27.88 15.24 33.37 -
YUV 102.29 158.88 189.14 -
System Red Green Blue C M Y K H S L
Decimal 188 48 157 0 0.74 0.16 0.26 313.29 0.59 0.46
Hex BC 30 9D 0 4A 10 1A 139 3B 2E
Octal 274 60 235 0 112 20 32 471 73 56
Binary 10111100 110000 10011101 0 1001010 10000 11010 100111001 111011 101110

Color Harmonies of #BC309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC309D

Black with #BC309D

Text Example


Text Example

White with #BC309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC309D; }

 p { color: rgb(188,48,157); }

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

background-color css

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

 a { background-color: rgb(188,48,157); }

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

border-color css

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

 span { border-color: rgb(188,48,157); }

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