Html Css Color HEX #BC2797 Medium Red Violet

📋 copy color: '#BC2797'

red 188 ◦ green 39 ◦ blue 151

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

Shades of Medium Red Violet #BC2797

Tints of Medium Red Violet #BC2797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.95%

R = 49.74%
G = 10.32%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC2797 (or 0xBC2797) is known color: Medium Red Violet. HEX triplet: BC, 27 and 97. RGB value is (188,39,151). Sum of RGB (Red+Green+Blue) = 188+39+151=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2797 is #43D868. Grayscale: #606060. Windows color (decimal): -4446313 or 9906108. OLE color: 9906108.

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

Color convert

RGB 188 39 151 -
CMYK 0 0.79 0.20 0.26
HSL 314.9º 0.66% 0.45% -
HSV(B) 314.9º 0.79% 0.74% -
XYZ 27.05 14.38 30.63 -
YUV 96.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 188 39 151 0 0.79 0.20 0.26 314.9 0.66 0.45
Hex BC 27 97 0 4F 14 1A 13B 42 2D
Octal 274 47 227 0 117 24 32 473 102 55
Binary 10111100 100111 10010111 0 1001111 10100 11010 100111011 1000010 101101

Color Harmonies of #BC2797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2797

Black with #BC2797

Text Example


Text Example

White with #BC2797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2797; }

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

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

background-color css

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

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

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

border-color css

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

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

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