Html Css Color HEX #B93A7B Medium Red Violet

📋 copy color: '#B93A7B'

red 185 ◦ green 58 ◦ blue 123

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

Shades of Medium Red Violet #B93A7B

Tints of Medium Red Violet #B93A7B

RGB

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

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

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

R = 50.55%
G = 15.85%
B = 33.61%

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

#B93A7B (or 0xB93A7B) is known color: Medium Red Violet. HEX triplet: B9, 3A and 7B. RGB value is (185,58,123). Sum of RGB (Red+Green+Blue) = 185+58+123=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A7B is #46C584. Grayscale: #676767. Windows color (decimal): -4638085 or 8075961. OLE color: 8075961.

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

Color convert

RGB 185 58 123 -
CMYK 0 0.69 0.34 0.27
HSL 329.29º 0.52% 0.48% -
HSV(B) 329.29º 0.69% 0.73% -
XYZ 25.1 14.77 20.27 -
YUV 103.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 185 58 123 0 0.69 0.34 0.27 329.29 0.52 0.48
Hex B9 3A 7B 0 45 22 1B 149 34 30
Octal 271 72 173 0 105 42 33 511 64 60
Binary 10111001 111010 1111011 0 1000101 100010 11011 101001001 110100 110000

Color Harmonies of #B93A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A7B

Black with #B93A7B

Text Example


Text Example

White with #B93A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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