Html Css Color HEX #B93095 Medium Red Violet

📋 copy color: '#B93095'

red 185 ◦ green 48 ◦ blue 149

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

Shades of Medium Red Violet #B93095

Tints of Medium Red Violet #B93095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.57%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 48.43%
G = 12.57%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B93095 (or 0xB93095) is known color: Medium Red Violet. HEX triplet: B9, 30 and 95. RGB value is (185,48,149). Sum of RGB (Red+Green+Blue) = 185+48+149=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B93095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93095 is #46CF6A. Grayscale: #646464. Windows color (decimal): -4640619 or 9777337. OLE color: 9777337.

HSL color Cylindrical-coordinate representation of color #B93095: hue angle of 315.77º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93095 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 48 149 -
CMYK 0 0.74 0.19 0.27
HSL 315.77º 0.59% 0.46% -
HSV(B) 315.77º 0.74% 0.73% -
XYZ 26.49 14.6 29.86 -
YUV 100.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 185 48 149 0 0.74 0.19 0.27 315.77 0.59 0.46
Hex B9 30 95 0 4A 13 1B 13C 3B 2E
Octal 271 60 225 0 112 23 33 474 73 56
Binary 10111001 110000 10010101 0 1001010 10011 11011 100111100 111011 101110

Color Harmonies of #B93095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93095

Black with #B93095

Text Example


Text Example

White with #B93095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93095; }

 p { color: rgb(185,48,149); }

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

background-color css

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

 a { background-color: rgb(185,48,149); }

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

border-color css

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

 span { border-color: rgb(185,48,149); }

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