Html Css Color HEX #B8018F Medium Violet Red

📋 copy color: '#B8018F'

red 184 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #B8018F

Tints of Medium Violet Red #B8018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 56.1%
G = 0.3%
B = 43.6%

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

#B8018F (or 0xB8018F) is known color: Medium Violet Red. HEX triplet: B8, 01 and 8F. RGB value is (184,1,143). Sum of RGB (Red+Green+Blue) = 184+1+143=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8018F is #47FE70. Grayscale: #474747. Windows color (decimal): -4718193 or 9372088. OLE color: 9372088.

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

Color convert

RGB 184 1 143 -
CMYK 0 0.99 0.22 0.28
HSL 313.44º 0.99% 0.36% -
HSV(B) 313.44º 0.99% 0.72% -
XYZ 24.74 12.2 27.04 -
YUV 71.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 184 1 143 0 0.99 0.22 0.28 313.44 0.99 0.36
Hex B8 1 8F 0 63 16 1C 139 63 24
Octal 270 1 217 0 143 26 34 471 143 44
Binary 10111000 1 10001111 0 1100011 10110 11100 100111001 1100011 100100

Color Harmonies of #B8018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8018F

Black with #B8018F

Text Example


Text Example

White with #B8018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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