Html Css Color HEX #B93BA0 Medium Red Violet

📋 copy color: '#B93BA0'

red 185 ◦ green 59 ◦ blue 160

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

Shades of Medium Red Violet #B93BA0

Tints of Medium Red Violet #B93BA0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.6%

 BLUE value IS 160 (62.89% from 255) = 39.6%

R = 45.79%
G = 14.6%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B93BA0 (or 0xB93BA0) is known color: Medium Red Violet. HEX triplet: B9, 3B and A0. RGB value is (185,59,160). Sum of RGB (Red+Green+Blue) = 185+59+160=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B93BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93BA0 is #46C45F. Grayscale: #6B6B6B. Windows color (decimal): -4637792 or 10501049. OLE color: 10501049.

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

Color convert

RGB 185 59 160 -
CMYK 0 0.68 0.14 0.27
HSL 311.9º 0.52% 0.48% -
HSV(B) 311.9º 0.68% 0.73% -
XYZ 27.92 15.98 34.87 -
YUV 108.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 185 59 160 0 0.68 0.14 0.27 311.9 0.52 0.48
Hex B9 3B A0 0 44 E 1B 138 34 30
Octal 271 73 240 0 104 16 33 470 64 60
Binary 10111001 111011 10100000 0 1000100 1110 11011 100111000 110100 110000

Color Harmonies of #B93BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BA0

Black with #B93BA0

Text Example


Text Example

White with #B93BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BA0; }

 p { color: rgb(185,59,160); }

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

background-color css

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

 a { background-color: rgb(185,59,160); }

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

border-color css

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

 span { border-color: rgb(185,59,160); }

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