Html Css Color HEX #BA227B Medium Red Violet

📋 copy color: '#BA227B'

red 186 ◦ green 34 ◦ blue 123

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

Shades of Medium Red Violet #BA227B

Tints of Medium Red Violet #BA227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 54.23%
G = 9.91%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA227B (or 0xBA227B) is known color: Medium Red Violet. HEX triplet: BA, 22 and 7B. RGB value is (186,34,123). Sum of RGB (Red+Green+Blue) = 186+34+123=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA227B is #45DD84. Grayscale: #595959. Windows color (decimal): -4578693 or 8069818. OLE color: 8069818.

HSL color Cylindrical-coordinate representation of color #BA227B: hue angle of 324.87º degrees, saturation: 0.69, 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 #BA227B is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 123 -
CMYK 0 0.82 0.34 0.27
HSL 324.87º 0.69% 0.43% -
HSV(B) 324.87º 0.82% 0.73% -
XYZ 24.4 13.01 19.96 -
YUV 89.59 146.86 196.76 -
System Red Green Blue C M Y K H S L
Decimal 186 34 123 0 0.82 0.34 0.27 324.87 0.69 0.43
Hex BA 22 7B 0 52 22 1B 145 45 2B
Octal 272 42 173 0 122 42 33 505 105 53
Binary 10111010 100010 1111011 0 1010010 100010 11011 101000101 1000101 101011

Color Harmonies of #BA227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA227B

Black with #BA227B

Text Example


Text Example

White with #BA227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA227B; }

 p { color: rgb(186,34,123); }

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

background-color css

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

 a { background-color: rgb(186,34,123); }

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

border-color css

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

 span { border-color: rgb(186,34,123); }

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