Html Css Color HEX #BC2285 Medium Violet Red

📋 copy color: '#BC2285'

red 188 ◦ green 34 ◦ blue 133

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

Shades of Medium Violet Red #BC2285

Tints of Medium Violet Red #BC2285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.58%

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

R = 52.96%
G = 9.58%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC2285 (or 0xBC2285) is known color: Medium Violet Red. HEX triplet: BC, 22 and 85. RGB value is (188,34,133). Sum of RGB (Red+Green+Blue) = 188+34+133=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2285 is #43DD7A. Grayscale: #5B5B5B. Windows color (decimal): -4447611 or 8725180. OLE color: 8725180.

HSL color Cylindrical-coordinate representation of color #BC2285: hue angle of 321.43º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2285 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 34 133 -
CMYK 0 0.82 0.29 0.26
HSL 321.43º 0.69% 0.44% -
HSV(B) 321.43º 0.82% 0.74% -
XYZ 25.54 13.53 23.46 -
YUV 91.33 151.52 196.95 -
System Red Green Blue C M Y K H S L
Decimal 188 34 133 0 0.82 0.29 0.26 321.43 0.69 0.44
Hex BC 22 85 0 52 1D 1A 141 45 2C
Octal 274 42 205 0 122 35 32 501 105 54
Binary 10111100 100010 10000101 0 1010010 11101 11010 101000001 1000101 101100

Color Harmonies of #BC2285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2285

Black with #BC2285

Text Example


Text Example

White with #BC2285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2285; }

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

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

background-color css

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

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

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

border-color css

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

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

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