Html Css Color HEX #B93472 Medium Red Violet

📋 copy color: '#B93472'

red 185 ◦ green 52 ◦ blue 114

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

Shades of Medium Red Violet #B93472

Tints of Medium Red Violet #B93472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.81%

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

R = 52.71%
G = 14.81%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B93472 (or 0xB93472) is known color: Medium Red Violet. HEX triplet: B9, 34 and 72. RGB value is (185,52,114). Sum of RGB (Red+Green+Blue) = 185+52+114=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B93472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93472 is #46CB8D. Grayscale: #626262. Windows color (decimal): -4639630 or 7484601. OLE color: 7484601.

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

Color convert

RGB 185 52 114 -
CMYK 0 0.72 0.38 0.27
HSL 332.03º 0.56% 0.46% -
HSV(B) 332.03º 0.72% 0.73% -
XYZ 24.27 13.99 17.34 -
YUV 98.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 185 52 114 0 0.72 0.38 0.27 332.03 0.56 0.46
Hex B9 34 72 0 48 26 1B 14C 38 2E
Octal 271 64 162 0 110 46 33 514 70 56
Binary 10111001 110100 1110010 0 1001000 100110 11011 101001100 111000 101110

Color Harmonies of #B93472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93472

Black with #B93472

Text Example


Text Example

White with #B93472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93472; }

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

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

background-color css

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

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

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

border-color css

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

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

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