Html Css Color HEX #B8019D Medium Violet Red

📋 copy color: '#B8019D'

red 184 ◦ green 1 ◦ blue 157

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

Shades of Medium Violet Red #B8019D

Tints of Medium Violet Red #B8019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.91%

R = 53.8%
G = 0.29%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8019D (or 0xB8019D) is known color: Medium Violet Red. HEX triplet: B8, 01 and 9D. RGB value is (184,1,157). Sum of RGB (Red+Green+Blue) = 184+1+157=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8019D is #47FE62. Grayscale: #494949. Windows color (decimal): -4718179 or 10289592. OLE color: 10289592.

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

Color convert

RGB 184 1 157 -
CMYK 0 0.99 0.15 0.28
HSL 308.85º 0.99% 0.36% -
HSV(B) 308.85º 0.99% 0.72% -
XYZ 25.86 12.65 32.98 -
YUV 73.5 175.13 206.82 -
System Red Green Blue C M Y K H S L
Decimal 184 1 157 0 0.99 0.15 0.28 308.85 0.99 0.36
Hex B8 1 9D 0 63 F 1C 135 63 24
Octal 270 1 235 0 143 17 34 465 143 44
Binary 10111000 1 10011101 0 1100011 1111 11100 100110101 1100011 100100

Color Harmonies of #B8019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8019D

Black with #B8019D

Text Example


Text Example

White with #B8019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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