Html Css Color HEX #BC279F Medium Red Violet

📋 copy color: '#BC279F'

red 188 ◦ green 39 ◦ blue 159

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

Shades of Medium Red Violet #BC279F

Tints of Medium Red Violet #BC279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.1%

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 48.7%
G = 10.1%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC279F (or 0xBC279F) is known color: Medium Red Violet. HEX triplet: BC, 27 and 9F. RGB value is (188,39,159). Sum of RGB (Red+Green+Blue) = 188+39+159=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC279F is #43D860. Grayscale: #606060. Windows color (decimal): -4446305 or 10430396. OLE color: 10430396.

HSL color Cylindrical-coordinate representation of color #BC279F: hue angle of 311.68º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC279F is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 39 159 -
CMYK 0 0.79 0.15 0.26
HSL 311.68º 0.66% 0.45% -
HSV(B) 311.68º 0.79% 0.74% -
XYZ 27.72 14.65 34.17 -
YUV 97.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 188 39 159 0 0.79 0.15 0.26 311.68 0.66 0.45
Hex BC 27 9F 0 4F F 1A 138 42 2D
Octal 274 47 237 0 117 17 32 470 102 55
Binary 10111100 100111 10011111 0 1001111 1111 11010 100111000 1000010 101101

Color Harmonies of #BC279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC279F

Black with #BC279F

Text Example


Text Example

White with #BC279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC279F; }

 p { color: rgb(188,39,159); }

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

background-color css

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

 a { background-color: rgb(188,39,159); }

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

border-color css

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

 span { border-color: rgb(188,39,159); }

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