Html Css Color HEX #B93673 Medium Red Violet

📋 copy color: '#B93673'

red 185 ◦ green 54 ◦ blue 115

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

Shades of Medium Red Violet #B93673

Tints of Medium Red Violet #B93673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 52.26%
G = 15.25%
B = 32.49%

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

#B93673 (or 0xB93673) is known color: Medium Red Violet. HEX triplet: B9, 36 and 73. RGB value is (185,54,115). Sum of RGB (Red+Green+Blue) = 185+54+115=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B93673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93673 is #46C98C. Grayscale: #646464. Windows color (decimal): -4639117 or 7550649. OLE color: 7550649.

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

Color convert

RGB 185 54 115 -
CMYK 0 0.71 0.38 0.27
HSL 332.06º 0.55% 0.47% -
HSV(B) 332.06º 0.71% 0.73% -
XYZ 24.42 14.19 17.67 -
YUV 100.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 185 54 115 0 0.71 0.38 0.27 332.06 0.55 0.47
Hex B9 36 73 0 47 26 1B 14C 37 2F
Octal 271 66 163 0 107 46 33 514 67 57
Binary 10111001 110110 1110011 0 1000111 100110 11011 101001100 110111 101111

Color Harmonies of #B93673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93673

Black with #B93673

Text Example


Text Example

White with #B93673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93673; }

 p { color: rgb(185,54,115); }

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

background-color css

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

 a { background-color: rgb(185,54,115); }

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

border-color css

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

 span { border-color: rgb(185,54,115); }

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