Html Css Color HEX #B83A8A Medium Red Violet

📋 copy color: '#B83A8A'

red 184 ◦ green 58 ◦ blue 138

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

Shades of Medium Red Violet #B83A8A

Tints of Medium Red Violet #B83A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 48.42%
G = 15.26%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B83A8A (or 0xB83A8A) is known color: Medium Red Violet. HEX triplet: B8, 3A and 8A. RGB value is (184,58,138). Sum of RGB (Red+Green+Blue) = 184+58+138=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83A8A is #47C575. Grayscale: #686868. Windows color (decimal): -4703606 or 9059000. OLE color: 9059000.

HSL color Cylindrical-coordinate representation of color #B83A8A: hue angle of 321.9º 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 #B83A8A is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 58 138 -
CMYK 0 0.68 0.25 0.28
HSL 321.9º 0.52% 0.47% -
HSV(B) 321.9º 0.68% 0.72% -
XYZ 25.87 15.05 25.59 -
YUV 104.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 184 58 138 0 0.68 0.25 0.28 321.9 0.52 0.47
Hex B8 3A 8A 0 44 19 1C 142 34 2F
Octal 270 72 212 0 104 31 34 502 64 57
Binary 10111000 111010 10001010 0 1000100 11001 11100 101000010 110100 101111

Color Harmonies of #B83A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A8A

Black with #B83A8A

Text Example


Text Example

White with #B83A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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