Html Css Color HEX #BC2F88 Medium Red Violet

📋 copy color: '#BC2F88'

red 188 ◦ green 47 ◦ blue 136

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

Shades of Medium Red Violet #BC2F88

Tints of Medium Red Violet #BC2F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

 BLUE value IS 136 (53.52% from 255) = 36.66%

R = 50.67%
G = 12.67%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC2F88 (or 0xBC2F88) is known color: Medium Red Violet. HEX triplet: BC, 2F and 88. RGB value is (188,47,136). Sum of RGB (Red+Green+Blue) = 188+47+136=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F88 is #43D077. Grayscale: #636363. Windows color (decimal): -4444280 or 8925116. OLE color: 8925116.

HSL color Cylindrical-coordinate representation of color #BC2F88: hue angle of 322.13º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F88 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 136 -
CMYK 0 0.75 0.28 0.26
HSL 322.13º 0.6% 0.46% -
HSV(B) 322.13º 0.75% 0.74% -
XYZ 26.2 14.5 24.71 -
YUV 99.31 148.71 191.26 -
System Red Green Blue C M Y K H S L
Decimal 188 47 136 0 0.75 0.28 0.26 322.13 0.6 0.46
Hex BC 2F 88 0 4B 1C 1A 142 3C 2E
Octal 274 57 210 0 113 34 32 502 74 56
Binary 10111100 101111 10001000 0 1001011 11100 11010 101000010 111100 101110

Color Harmonies of #BC2F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F88

Black with #BC2F88

Text Example


Text Example

White with #BC2F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F88; }

 p { color: rgb(188,47,136); }

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

background-color css

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

 a { background-color: rgb(188,47,136); }

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

border-color css

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

 span { border-color: rgb(188,47,136); }

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