Html Css Color HEX #B93572 Medium Red Violet

📋 copy color: '#B93572'

red 185 ◦ green 53 ◦ blue 114

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

Shades of Medium Red Violet #B93572

Tints of Medium Red Violet #B93572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.06%

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

R = 52.56%
G = 15.06%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B93572 (or 0xB93572) is known color: Medium Red Violet. HEX triplet: B9, 35 and 72. RGB value is (185,53,114). Sum of RGB (Red+Green+Blue) = 185+53+114=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B93572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93572 is #46CA8D. Grayscale: #636363. Windows color (decimal): -4639374 or 7484857. OLE color: 7484857.

HSL color Cylindrical-coordinate representation of color #B93572: hue angle of 332.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93572 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 114 -
CMYK 0 0.71 0.38 0.27
HSL 332.27º 0.55% 0.47% -
HSV(B) 332.27º 0.71% 0.73% -
XYZ 24.32 14.08 17.35 -
YUV 99.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 185 53 114 0 0.71 0.38 0.27 332.27 0.55 0.47
Hex B9 35 72 0 47 26 1B 14C 37 2F
Octal 271 65 162 0 107 46 33 514 67 57
Binary 10111001 110101 1110010 0 1000111 100110 11011 101001100 110111 101111

Color Harmonies of #B93572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93572

Black with #B93572

Text Example


Text Example

White with #B93572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93572; }

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

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

background-color css

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

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

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

border-color css

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

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

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