Html Css Color HEX #BC2799 Medium Red Violet

📋 copy color: '#BC2799'

red 188 ◦ green 39 ◦ blue 153

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

Shades of Medium Red Violet #BC2799

Tints of Medium Red Violet #BC2799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 49.47%
G = 10.26%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC2799 (or 0xBC2799) is known color: Medium Red Violet. HEX triplet: BC, 27 and 99. RGB value is (188,39,153). Sum of RGB (Red+Green+Blue) = 188+39+153=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2799 is #43D866. Grayscale: #606060. Windows color (decimal): -4446311 or 10037180. OLE color: 10037180.

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

Color convert

RGB 188 39 153 -
CMYK 0 0.79 0.19 0.26
HSL 314.09º 0.66% 0.45% -
HSV(B) 314.09º 0.79% 0.74% -
XYZ 27.21 14.44 31.49 -
YUV 96.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 188 39 153 0 0.79 0.19 0.26 314.09 0.66 0.45
Hex BC 27 99 0 4F 13 1A 13A 42 2D
Octal 274 47 231 0 117 23 32 472 102 55
Binary 10111100 100111 10011001 0 1001111 10011 11010 100111010 1000010 101101

Color Harmonies of #BC2799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2799

Black with #BC2799

Text Example


Text Example

White with #BC2799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2799; }

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

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

background-color css

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

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

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

border-color css

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

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

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