Html Css Color HEX #BC228B Medium Violet Red

📋 copy color: '#BC228B'

red 188 ◦ green 34 ◦ blue 139

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

Shades of Medium Violet Red #BC228B

Tints of Medium Violet Red #BC228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 52.08%
G = 9.42%
B = 38.5%

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

#BC228B (or 0xBC228B) is known color: Medium Violet Red. HEX triplet: BC, 22 and 8B. RGB value is (188,34,139). Sum of RGB (Red+Green+Blue) = 188+34+139=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC228B is #43DD74. Grayscale: #5B5B5B. Windows color (decimal): -4447605 or 9118396. OLE color: 9118396.

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

Color convert

RGB 188 34 139 -
CMYK 0 0.82 0.26 0.26
HSL 319.09º 0.69% 0.44% -
HSV(B) 319.09º 0.82% 0.74% -
XYZ 25.97 13.7 25.7 -
YUV 92.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 188 34 139 0 0.82 0.26 0.26 319.09 0.69 0.44
Hex BC 22 8B 0 52 1A 1A 13F 45 2C
Octal 274 42 213 0 122 32 32 477 105 54
Binary 10111100 100010 10001011 0 1010010 11010 11010 100111111 1000101 101100

Color Harmonies of #BC228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC228B

Black with #BC228B

Text Example


Text Example

White with #BC228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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