Html Css Color HEX #BC3288 Medium Red Violet

📋 copy color: '#BC3288'

red 188 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #BC3288

Tints of Medium Red Violet #BC3288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.37%

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

R = 50.27%
G = 13.37%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC3288 (or 0xBC3288) is known color: Medium Red Violet. HEX triplet: BC, 32 and 88. RGB value is (188,50,136). Sum of RGB (Red+Green+Blue) = 188+50+136=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3288 is #43CD77. Grayscale: #646464. Windows color (decimal): -4443512 or 8925884. OLE color: 8925884.

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

Color convert

RGB 188 50 136 -
CMYK 0 0.73 0.28 0.26
HSL 322.61º 0.58% 0.47% -
HSV(B) 322.61º 0.73% 0.74% -
XYZ 26.32 14.75 24.75 -
YUV 101.07 147.72 190.01 -
System Red Green Blue C M Y K H S L
Decimal 188 50 136 0 0.73 0.28 0.26 322.61 0.58 0.47
Hex BC 32 88 0 49 1C 1A 143 3A 2F
Octal 274 62 210 0 111 34 32 503 72 57
Binary 10111100 110010 10001000 0 1001001 11100 11010 101000011 111010 101111

Color Harmonies of #BC3288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3288

Black with #BC3288

Text Example


Text Example

White with #BC3288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3288; }

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

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

background-color css

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

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

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

border-color css

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

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

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