Html Css Color HEX #BC217A Medium Violet Red

📋 copy color: '#BC217A'

red 188 ◦ green 33 ◦ blue 122

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

Shades of Medium Violet Red #BC217A

Tints of Medium Violet Red #BC217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.62%

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 54.81%
G = 9.62%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC217A (or 0xBC217A) is known color: Medium Violet Red. HEX triplet: BC, 21 and 7A. RGB value is (188,33,122). Sum of RGB (Red+Green+Blue) = 188+33+122=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC217A is #43DE85. Grayscale: #595959. Windows color (decimal): -4447878 or 8004028. OLE color: 8004028.

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

Color convert

RGB 188 33 122 -
CMYK 0 0.82 0.35 0.26
HSL 325.55º 0.7% 0.43% -
HSV(B) 325.55º 0.82% 0.74% -
XYZ 24.8 13.18 19.65 -
YUV 89.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 188 33 122 0 0.82 0.35 0.26 325.55 0.7 0.43
Hex BC 21 7A 0 52 23 1A 146 46 2B
Octal 274 41 172 0 122 43 32 506 106 53
Binary 10111100 100001 1111010 0 1010010 100011 11010 101000110 1000110 101011

Color Harmonies of #BC217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC217A

Black with #BC217A

Text Example


Text Example

White with #BC217A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC217A; }

 p { color: rgb(188,33,122); }

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

background-color css

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

 a { background-color: rgb(188,33,122); }

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

border-color css

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

 span { border-color: rgb(188,33,122); }

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