Html Css Color HEX #BC216A Medium Violet Red

📋 copy color: '#BC216A'

red 188 ◦ green 33 ◦ blue 106

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

Shades of Medium Violet Red #BC216A

Tints of Medium Violet Red #BC216A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 57.49%
G = 10.09%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC216A (or 0xBC216A) is known color: Medium Violet Red. HEX triplet: BC, 21 and 6A. RGB value is (188,33,106). Sum of RGB (Red+Green+Blue) = 188+33+106=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC216A is #43DE95. Grayscale: #575757. Windows color (decimal): -4447894 or 6955452. OLE color: 6955452.

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

Color convert

RGB 188 33 106 -
CMYK 0 0.82 0.44 0.26
HSL 331.74º 0.7% 0.43% -
HSV(B) 331.74º 0.82% 0.74% -
XYZ 23.88 12.82 14.85 -
YUV 87.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 188 33 106 0 0.82 0.44 0.26 331.74 0.7 0.43
Hex BC 21 6A 0 52 2C 1A 14C 46 2B
Octal 274 41 152 0 122 54 32 514 106 53
Binary 10111100 100001 1101010 0 1010010 101100 11010 101001100 1000110 101011

Color Harmonies of #BC216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC216A

Black with #BC216A

Text Example


Text Example

White with #BC216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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