Html Css Color HEX #BC228C Medium Violet Red

📋 copy color: '#BC228C'

red 188 ◦ green 34 ◦ blue 140

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

Shades of Medium Violet Red #BC228C

Tints of Medium Violet Red #BC228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 51.93%
G = 9.39%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC228C (or 0xBC228C) is known color: Medium Violet Red. HEX triplet: BC, 22 and 8C. RGB value is (188,34,140). Sum of RGB (Red+Green+Blue) = 188+34+140=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC228C is #43DD73. Grayscale: #5B5B5B. Windows color (decimal): -4447604 or 9183932. OLE color: 9183932.

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

Color convert

RGB 188 34 140 -
CMYK 0 0.82 0.26 0.26
HSL 318.7º 0.69% 0.44% -
HSV(B) 318.7º 0.82% 0.74% -
XYZ 26.04 13.73 26.09 -
YUV 92.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 188 34 140 0 0.82 0.26 0.26 318.7 0.69 0.44
Hex BC 22 8C 0 52 1A 1A 13F 45 2C
Octal 274 42 214 0 122 32 32 477 105 54
Binary 10111100 100010 10001100 0 1010010 11010 11010 100111111 1000101 101100

Color Harmonies of #BC228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC228C

Black with #BC228C

Text Example


Text Example

White with #BC228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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