Html Css Color HEX #BC307C Medium Red Violet

📋 copy color: '#BC307C'

red 188 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #BC307C

Tints of Medium Red Violet #BC307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 52.22%
G = 13.33%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC307C (or 0xBC307C) is known color: Medium Red Violet. HEX triplet: BC, 30 and 7C. RGB value is (188,48,124). Sum of RGB (Red+Green+Blue) = 188+48+124=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC307C is #43CF83. Grayscale: #626262. Windows color (decimal): -4444036 or 8138940. OLE color: 8138940.

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

Color convert

RGB 188 48 124 -
CMYK 0 0.74 0.34 0.26
HSL 327.43º 0.59% 0.46% -
HSV(B) 327.43º 0.74% 0.74% -
XYZ 25.43 14.26 20.48 -
YUV 98.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 188 48 124 0 0.74 0.34 0.26 327.43 0.59 0.46
Hex BC 30 7C 0 4A 22 1A 147 3B 2E
Octal 274 60 174 0 112 42 32 507 73 56
Binary 10111100 110000 1111100 0 1001010 100010 11010 101000111 111011 101110

Color Harmonies of #BC307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC307C

Black with #BC307C

Text Example


Text Example

White with #BC307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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