Html Css Color HEX #B80398 Medium Violet Red

📋 copy color: '#B80398'

red 184 ◦ green 3 ◦ blue 152

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

Shades of Medium Violet Red #B80398

Tints of Medium Violet Red #B80398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 54.28%
G = 0.88%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B80398 (or 0xB80398) is known color: Medium Violet Red. HEX triplet: B8, 03 and 98. RGB value is (184,3,152). Sum of RGB (Red+Green+Blue) = 184+3+152=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B80398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80398 is #47FC67. Grayscale: #494949. Windows color (decimal): -4717672 or 9962424. OLE color: 9962424.

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

Color convert

RGB 184 3 152 -
CMYK 0 0.98 0.17 0.28
HSL 310.61º 0.97% 0.37% -
HSV(B) 310.61º 0.98% 0.72% -
XYZ 25.47 12.52 30.78 -
YUV 74.11 171.97 206.38 -
System Red Green Blue C M Y K H S L
Decimal 184 3 152 0 0.98 0.17 0.28 310.61 0.97 0.37
Hex B8 3 98 0 62 11 1C 137 61 25
Octal 270 3 230 0 142 21 34 467 141 45
Binary 10111000 11 10011000 0 1100010 10001 11100 100110111 1100001 100101

Color Harmonies of #B80398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80398

Black with #B80398

Text Example


Text Example

White with #B80398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80398; }

 p { color: rgb(184,3,152); }

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

background-color css

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

 a { background-color: rgb(184,3,152); }

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

border-color css

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

 span { border-color: rgb(184,3,152); }

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