Html Css Color HEX #B83485 Medium Red Violet

📋 copy color: '#B83485'

red 184 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #B83485

Tints of Medium Red Violet #B83485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 49.86%
G = 14.09%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B83485 (or 0xB83485) is known color: Medium Red Violet. HEX triplet: B8, 34 and 85. RGB value is (184,52,133). Sum of RGB (Red+Green+Blue) = 184+52+133=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B83485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83485 is #47CB7A. Grayscale: #646464. Windows color (decimal): -4705147 or 8729784. OLE color: 8729784.

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

Color convert

RGB 184 52 133 -
CMYK 0 0.72 0.28 0.28
HSL 323.18º 0.56% 0.46% -
HSV(B) 323.18º 0.72% 0.72% -
XYZ 25.23 14.34 23.63 -
YUV 100.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 184 52 133 0 0.72 0.28 0.28 323.18 0.56 0.46
Hex B8 34 85 0 48 1C 1C 143 38 2E
Octal 270 64 205 0 110 34 34 503 70 56
Binary 10111000 110100 10000101 0 1001000 11100 11100 101000011 111000 101110

Color Harmonies of #B83485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83485

Black with #B83485

Text Example


Text Example

White with #B83485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83485; }

 p { color: rgb(184,52,133); }

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

background-color css

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

 a { background-color: rgb(184,52,133); }

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

border-color css

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

 span { border-color: rgb(184,52,133); }

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