Html Css Color HEX #BC307F Medium Red Violet

📋 copy color: '#BC307F'

red 188 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #BC307F

Tints of Medium Red Violet #BC307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 51.79%
G = 13.22%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC307F (or 0xBC307F) is known color: Medium Red Violet. HEX triplet: BC, 30 and 7F. RGB value is (188,48,127). Sum of RGB (Red+Green+Blue) = 188+48+127=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC307F is #43CF80. Grayscale: #626262. Windows color (decimal): -4444033 or 8335548. OLE color: 8335548.

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

Color convert

RGB 188 48 127 -
CMYK 0 0.74 0.32 0.26
HSL 326.14º 0.59% 0.46% -
HSV(B) 326.14º 0.74% 0.74% -
XYZ 25.63 14.34 21.5 -
YUV 98.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 188 48 127 0 0.74 0.32 0.26 326.14 0.59 0.46
Hex BC 30 7F 0 4A 20 1A 146 3B 2E
Octal 274 60 177 0 112 40 32 506 73 56
Binary 10111100 110000 1111111 0 1001010 100000 11010 101000110 111011 101110

Color Harmonies of #BC307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC307F

Black with #BC307F

Text Example


Text Example

White with #BC307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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