Html Css Color HEX #B83994 Medium Red Violet

📋 copy color: '#B83994'

red 184 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #B83994

Tints of Medium Red Violet #B83994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.65%

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 47.3%
G = 14.65%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B83994 (or 0xB83994) is known color: Medium Red Violet. HEX triplet: B8, 39 and 94. RGB value is (184,57,148). Sum of RGB (Red+Green+Blue) = 184+57+148=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B83994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83994 is #47C66B. Grayscale: #696969. Windows color (decimal): -4703852 or 9714104. OLE color: 9714104.

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

Color convert

RGB 184 57 148 -
CMYK 0 0.69 0.20 0.28
HSL 317.01º 0.53% 0.47% -
HSV(B) 317.01º 0.69% 0.72% -
XYZ 26.58 15.25 29.56 -
YUV 105.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 184 57 148 0 0.69 0.20 0.28 317.01 0.53 0.47
Hex B8 39 94 0 45 14 1C 13D 35 2F
Octal 270 71 224 0 105 24 34 475 65 57
Binary 10111000 111001 10010100 0 1000101 10100 11100 100111101 110101 101111

Color Harmonies of #B83994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83994

Black with #B83994

Text Example


Text Example

White with #B83994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83994; }

 p { color: rgb(184,57,148); }

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

background-color css

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

 a { background-color: rgb(184,57,148); }

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

border-color css

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

 span { border-color: rgb(184,57,148); }

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