Html Css Color HEX #B80395 Medium Violet Red

📋 copy color: '#B80395'

red 184 ◦ green 3 ◦ blue 149

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

Shades of Medium Violet Red #B80395

Tints of Medium Violet Red #B80395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 54.76%
G = 0.89%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B80395 (or 0xB80395) is known color: Medium Violet Red. HEX triplet: B8, 03 and 95. RGB value is (184,3,149). Sum of RGB (Red+Green+Blue) = 184+3+149=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B80395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80395 is #47FC6A. Grayscale: #494949. Windows color (decimal): -4717675 or 9765816. OLE color: 9765816.

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

Color convert

RGB 184 3 149 -
CMYK 0 0.98 0.19 0.28
HSL 311.6º 0.97% 0.37% -
HSV(B) 311.6º 0.98% 0.72% -
XYZ 25.22 12.43 29.5 -
YUV 73.76 170.47 206.63 -
System Red Green Blue C M Y K H S L
Decimal 184 3 149 0 0.98 0.19 0.28 311.6 0.97 0.37
Hex B8 3 95 0 62 13 1C 138 61 25
Octal 270 3 225 0 142 23 34 470 141 45
Binary 10111000 11 10010101 0 1100010 10011 11100 100111000 1100001 100101

Color Harmonies of #B80395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80395

Black with #B80395

Text Example


Text Example

White with #B80395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80395; }

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

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

background-color css

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

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

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

border-color css

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

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

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