Html Css Color HEX #BA216B Medium Red Violet

📋 copy color: '#BA216B'

red 186 ◦ green 33 ◦ blue 107

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

Shades of Medium Red Violet #BA216B

Tints of Medium Red Violet #BA216B

RGB

 RED value IS 186 (73.05% from 255) = 57.06%

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 57.06%
G = 10.12%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA216B (or 0xBA216B) is known color: Medium Red Violet. HEX triplet: BA, 21 and 6B. RGB value is (186,33,107). Sum of RGB (Red+Green+Blue) = 186+33+107=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA216B is #45DE94. Grayscale: #575757. Windows color (decimal): -4578965 or 7020986. OLE color: 7020986.

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

Color convert

RGB 186 33 107 -
CMYK 0 0.82 0.42 0.27
HSL 330.98º 0.7% 0.43% -
HSV(B) 330.98º 0.82% 0.73% -
XYZ 23.45 12.59 15.1 -
YUV 87.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 186 33 107 0 0.82 0.42 0.27 330.98 0.7 0.43
Hex BA 21 6B 0 52 2A 1B 14B 46 2B
Octal 272 41 153 0 122 52 33 513 106 53
Binary 10111010 100001 1101011 0 1010010 101010 11011 101001011 1000110 101011

Color Harmonies of #BA216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA216B

Black with #BA216B

Text Example


Text Example

White with #BA216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA216B; }

 p { color: rgb(186,33,107); }

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

background-color css

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

 a { background-color: rgb(186,33,107); }

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

border-color css

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

 span { border-color: rgb(186,33,107); }

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