Html Css Color HEX #B93A8A Medium Red Violet

📋 copy color: '#B93A8A'

red 185 ◦ green 58 ◦ blue 138

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

Shades of Medium Red Violet #B93A8A

Tints of Medium Red Violet #B93A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 48.56%
G = 15.22%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B93A8A (or 0xB93A8A) is known color: Medium Red Violet. HEX triplet: B9, 3A and 8A. RGB value is (185,58,138). Sum of RGB (Red+Green+Blue) = 185+58+138=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93A8A is #46C575. Grayscale: #686868. Windows color (decimal): -4638070 or 9059001. OLE color: 9059001.

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

Color convert

RGB 185 58 138 -
CMYK 0 0.69 0.25 0.27
HSL 322.2º 0.52% 0.48% -
HSV(B) 322.2º 0.69% 0.73% -
XYZ 26.11 15.18 25.6 -
YUV 105.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 185 58 138 0 0.69 0.25 0.27 322.2 0.52 0.48
Hex B9 3A 8A 0 45 19 1B 142 34 30
Octal 271 72 212 0 105 31 33 502 64 60
Binary 10111001 111010 10001010 0 1000101 11001 11011 101000010 110100 110000

Color Harmonies of #B93A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A8A

Black with #B93A8A

Text Example


Text Example

White with #B93A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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