Html Css Color HEX #B80190 Medium Violet Red

📋 copy color: '#B80190'

red 184 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #B80190

Tints of Medium Violet Red #B80190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 55.93%
G = 0.3%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B80190 (or 0xB80190) is known color: Medium Violet Red. HEX triplet: B8, 01 and 90. RGB value is (184,1,144). Sum of RGB (Red+Green+Blue) = 184+1+144=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B80190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80190 is #47FE6F. Grayscale: #474747. Windows color (decimal): -4718192 or 9437624. OLE color: 9437624.

HSL color Cylindrical-coordinate representation of color #B80190: hue angle of 313.11º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80190 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 144 -
CMYK 0 0.99 0.22 0.28
HSL 313.11º 0.99% 0.36% -
HSV(B) 313.11º 0.99% 0.72% -
XYZ 24.81 12.23 27.44 -
YUV 72.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 184 1 144 0 0.99 0.22 0.28 313.11 0.99 0.36
Hex B8 1 90 0 63 16 1C 139 63 24
Octal 270 1 220 0 143 26 34 471 143 44
Binary 10111000 1 10010000 0 1100011 10110 11100 100111001 1100011 100100

Color Harmonies of #B80190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80190

Black with #B80190

Text Example


Text Example

White with #B80190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80190; }

 p { color: rgb(184,1,144); }

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

background-color css

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

 a { background-color: rgb(184,1,144); }

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

border-color css

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

 span { border-color: rgb(184,1,144); }

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