Html Css Color HEX #BC3285 Medium Red Violet

📋 copy color: '#BC3285'

red 188 ◦ green 50 ◦ blue 133

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

Shades of Medium Red Violet #BC3285

Tints of Medium Red Violet #BC3285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 50.67%
G = 13.48%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC3285 (or 0xBC3285) is known color: Medium Red Violet. HEX triplet: BC, 32 and 85. RGB value is (188,50,133). Sum of RGB (Red+Green+Blue) = 188+50+133=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3285 is #43CD7A. Grayscale: #646464. Windows color (decimal): -4443515 or 8729276. OLE color: 8729276.

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

Color convert

RGB 188 50 133 -
CMYK 0 0.73 0.29 0.26
HSL 323.91º 0.58% 0.47% -
HSV(B) 323.91º 0.73% 0.74% -
XYZ 26.11 14.67 23.64 -
YUV 100.72 146.22 190.25 -
System Red Green Blue C M Y K H S L
Decimal 188 50 133 0 0.73 0.29 0.26 323.91 0.58 0.47
Hex BC 32 85 0 49 1D 1A 144 3A 2F
Octal 274 62 205 0 111 35 32 504 72 57
Binary 10111100 110010 10000101 0 1001001 11101 11010 101000100 111010 101111

Color Harmonies of #BC3285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3285

Black with #BC3285

Text Example


Text Example

White with #BC3285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3285; }

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

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

background-color css

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

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

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

border-color css

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

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

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