Html Css Color HEX #BC3488 Medium Red Violet

📋 copy color: '#BC3488'

red 188 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #BC3488

Tints of Medium Red Violet #BC3488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

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

R = 50%
G = 13.83%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC3488 (or 0xBC3488) is known color: Medium Red Violet. HEX triplet: BC, 34 and 88. RGB value is (188,52,136). Sum of RGB (Red+Green+Blue) = 188+52+136=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3488 is #43CB77. Grayscale: #666666. Windows color (decimal): -4443000 or 8926396. OLE color: 8926396.

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

Color convert

RGB 188 52 136 -
CMYK 0 0.72 0.28 0.26
HSL 322.94º 0.57% 0.47% -
HSV(B) 322.94º 0.72% 0.74% -
XYZ 26.41 14.92 24.78 -
YUV 102.24 147.06 189.17 -
System Red Green Blue C M Y K H S L
Decimal 188 52 136 0 0.72 0.28 0.26 322.94 0.57 0.47
Hex BC 34 88 0 48 1C 1A 143 39 2F
Octal 274 64 210 0 110 34 32 503 71 57
Binary 10111100 110100 10001000 0 1001000 11100 11010 101000011 111001 101111

Color Harmonies of #BC3488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3488

Black with #BC3488

Text Example


Text Example

White with #BC3488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3488; }

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

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

background-color css

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

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

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

border-color css

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

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

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