Html Css Color HEX #B93A7A Medium Red Violet

📋 copy color: '#B93A7A'

red 185 ◦ green 58 ◦ blue 122

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

Shades of Medium Red Violet #B93A7A

Tints of Medium Red Violet #B93A7A

RGB

 RED value IS 185 (72.66% from 255) = 50.68%

 GREEN value IS 58 (23.05% from 255) = 15.89%

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

R = 50.68%
G = 15.89%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B93A7A (or 0xB93A7A) is known color: Medium Red Violet. HEX triplet: B9, 3A and 7A. RGB value is (185,58,122). Sum of RGB (Red+Green+Blue) = 185+58+122=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A7A is #46C585. Grayscale: #676767. Windows color (decimal): -4638086 or 8010425. OLE color: 8010425.

HSL color Cylindrical-coordinate representation of color #B93A7A: hue angle of 329.76º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93A7A is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 58 122 -
CMYK 0 0.69 0.34 0.27
HSL 329.76º 0.52% 0.48% -
HSV(B) 329.76º 0.69% 0.73% -
XYZ 25.03 14.75 19.94 -
YUV 103.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 185 58 122 0 0.69 0.34 0.27 329.76 0.52 0.48
Hex B9 3A 7A 0 45 22 1B 14A 34 30
Octal 271 72 172 0 105 42 33 512 64 60
Binary 10111001 111010 1111010 0 1000101 100010 11011 101001010 110100 110000

Color Harmonies of #B93A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A7A

Black with #B93A7A

Text Example


Text Example

White with #B93A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A7A; }

 p { color: rgb(185,58,122); }

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

background-color css

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

 a { background-color: rgb(185,58,122); }

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

border-color css

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

 span { border-color: rgb(185,58,122); }

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