Html Css Color HEX #B93072 Medium Red Violet

📋 copy color: '#B93072'

red 185 ◦ green 48 ◦ blue 114

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

Shades of Medium Red Violet #B93072

Tints of Medium Red Violet #B93072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 53.31%
G = 13.83%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B93072 (or 0xB93072) is known color: Medium Red Violet. HEX triplet: B9, 30 and 72. RGB value is (185,48,114). Sum of RGB (Red+Green+Blue) = 185+48+114=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B93072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93072 is #46CF8D. Grayscale: #606060. Windows color (decimal): -4640654 or 7483577. OLE color: 7483577.

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

Color convert

RGB 185 48 114 -
CMYK 0 0.74 0.38 0.27
HSL 331.09º 0.59% 0.46% -
HSV(B) 331.09º 0.74% 0.73% -
XYZ 24.1 13.64 17.28 -
YUV 96.49 137.89 191.13 -
System Red Green Blue C M Y K H S L
Decimal 185 48 114 0 0.74 0.38 0.27 331.09 0.59 0.46
Hex B9 30 72 0 4A 26 1B 14B 3B 2E
Octal 271 60 162 0 112 46 33 513 73 56
Binary 10111001 110000 1110010 0 1001010 100110 11011 101001011 111011 101110

Color Harmonies of #B93072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93072

Black with #B93072

Text Example


Text Example

White with #B93072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93072; }

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

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

background-color css

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

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

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

border-color css

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

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

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