Html Css Color HEX #BC307D Medium Red Violet

📋 copy color: '#BC307D'

red 188 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #BC307D

Tints of Medium Red Violet #BC307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 52.08%
G = 13.3%
B = 34.63%

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

#BC307D (or 0xBC307D) is known color: Medium Red Violet. HEX triplet: BC, 30 and 7D. RGB value is (188,48,125). Sum of RGB (Red+Green+Blue) = 188+48+125=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC307D is #43CF82. Grayscale: #626262. Windows color (decimal): -4444035 or 8204476. OLE color: 8204476.

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

Color convert

RGB 188 48 125 -
CMYK 0 0.74 0.34 0.26
HSL 327º 0.59% 0.46% -
HSV(B) 327º 0.74% 0.74% -
XYZ 25.5 14.29 20.82 -
YUV 98.64 142.88 191.74 -
System Red Green Blue C M Y K H S L
Decimal 188 48 125 0 0.74 0.34 0.26 327 0.59 0.46
Hex BC 30 7D 0 4A 22 1A 147 3B 2E
Octal 274 60 175 0 112 42 32 507 73 56
Binary 10111100 110000 1111101 0 1001010 100010 11010 101000111 111011 101110

Color Harmonies of #BC307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC307D

Black with #BC307D

Text Example


Text Example

White with #BC307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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