Html Css Color HEX #B83A80 Medium Red Violet

📋 copy color: '#B83A80'

red 184 ◦ green 58 ◦ blue 128

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

Shades of Medium Red Violet #B83A80

Tints of Medium Red Violet #B83A80

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.68%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 49.73%
G = 15.68%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B83A80 (or 0xB83A80) is known color: Medium Red Violet. HEX triplet: B8, 3A and 80. RGB value is (184,58,128). Sum of RGB (Red+Green+Blue) = 184+58+128=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83A80 is #47C57F. Grayscale: #676767. Windows color (decimal): -4703616 or 8403640. OLE color: 8403640.

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

Color convert

RGB 184 58 128 -
CMYK 0 0.68 0.30 0.28
HSL 326.67º 0.52% 0.47% -
HSV(B) 326.67º 0.68% 0.72% -
XYZ 25.18 14.77 21.95 -
YUV 103.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 184 58 128 0 0.68 0.30 0.28 326.67 0.52 0.47
Hex B8 3A 80 0 44 1E 1C 147 34 2F
Octal 270 72 200 0 104 36 34 507 64 57
Binary 10111000 111010 10000000 0 1000100 11110 11100 101000111 110100 101111

Color Harmonies of #B83A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A80

Black with #B83A80

Text Example


Text Example

White with #B83A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A80; }

 p { color: rgb(184,58,128); }

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

background-color css

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

 a { background-color: rgb(184,58,128); }

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

border-color css

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

 span { border-color: rgb(184,58,128); }

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