Html Css Color HEX #B83274 Medium Red Violet

📋 copy color: '#B83274'

red 184 ◦ green 50 ◦ blue 116

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

Shades of Medium Red Violet #B83274

Tints of Medium Red Violet #B83274

RGB

 RED value IS 184 (72.27% from 255) = 52.57%

 GREEN value IS 50 (19.92% from 255) = 14.29%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 52.57%
G = 14.29%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B83274 (or 0xB83274) is known color: Medium Red Violet. HEX triplet: B8, 32 and 74. RGB value is (184,50,116). Sum of RGB (Red+Green+Blue) = 184+50+116=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B83274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83274 is #47CD8B. Grayscale: #616161. Windows color (decimal): -4705676 or 7615160. OLE color: 7615160.

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

Color convert

RGB 184 50 116 -
CMYK 0 0.73 0.37 0.28
HSL 330.45º 0.57% 0.46% -
HSV(B) 330.45º 0.73% 0.72% -
XYZ 24.06 13.73 17.91 -
YUV 97.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 184 50 116 0 0.73 0.37 0.28 330.45 0.57 0.46
Hex B8 32 74 0 49 25 1C 14A 39 2E
Octal 270 62 164 0 111 45 34 512 71 56
Binary 10111000 110010 1110100 0 1001001 100101 11100 101001010 111001 101110

Color Harmonies of #B83274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83274

Black with #B83274

Text Example


Text Example

White with #B83274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83274; }

 p { color: rgb(184,50,116); }

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

background-color css

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

 a { background-color: rgb(184,50,116); }

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

border-color css

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

 span { border-color: rgb(184,50,116); }

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