Html Css Color HEX #B83380 Medium Red Violet

📋 copy color: '#B83380'

red 184 ◦ green 51 ◦ blue 128

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

Shades of Medium Red Violet #B83380

Tints of Medium Red Violet #B83380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

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

R = 50.69%
G = 14.05%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B83380 (or 0xB83380) is known color: Medium Red Violet. HEX triplet: B8, 33 and 80. RGB value is (184,51,128). Sum of RGB (Red+Green+Blue) = 184+51+128=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B83380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83380 is #47CC7F. Grayscale: #636363. Windows color (decimal): -4705408 or 8401848. OLE color: 8401848.

HSL color Cylindrical-coordinate representation of color #B83380: hue angle of 325.26º degrees, saturation: 0.57, 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 #B83380 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 128 -
CMYK 0 0.72 0.30 0.28
HSL 325.26º 0.57% 0.46% -
HSV(B) 325.26º 0.72% 0.72% -
XYZ 24.85 14.12 21.84 -
YUV 99.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 184 51 128 0 0.72 0.30 0.28 325.26 0.57 0.46
Hex B8 33 80 0 48 1E 1C 145 39 2E
Octal 270 63 200 0 110 36 34 505 71 56
Binary 10111000 110011 10000000 0 1001000 11110 11100 101000101 111001 101110

Color Harmonies of #B83380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83380

Black with #B83380

Text Example


Text Example

White with #B83380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83380; }

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

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

background-color css

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

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

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

border-color css

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

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

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