Html Css Color HEX #B7018A Medium Violet Red

📋 copy color: '#B7018A'

red 183 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #B7018A

Tints of Medium Violet Red #B7018A

RGB

 RED value IS 183 (71.88% from 255) = 56.83%

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

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 56.83%
G = 0.31%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7018A (or 0xB7018A) is known color: Medium Violet Red. HEX triplet: B7, 01 and 8A. RGB value is (183,1,138). Sum of RGB (Red+Green+Blue) = 183+1+138=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B7018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7018A is #48FE75. Grayscale: #464646. Windows color (decimal): -4783734 or 9044407. OLE color: 9044407.

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

Color convert

RGB 183 1 138 -
CMYK 0 0.99 0.25 0.28
HSL 314.84º 0.99% 0.36% -
HSV(B) 314.84º 0.99% 0.72% -
XYZ 24.13 11.92 25.07 -
YUV 71.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 183 1 138 0 0.99 0.25 0.28 314.84 0.99 0.36
Hex B7 1 8A 0 63 19 1C 13B 63 24
Octal 267 1 212 0 143 31 34 473 143 44
Binary 10110111 1 10001010 0 1100011 11001 11100 100111011 1100011 100100

Color Harmonies of #B7018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7018A

Black with #B7018A

Text Example


Text Example

White with #B7018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7018A; }

 p { color: rgb(183,1,138); }

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

background-color css

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

 a { background-color: rgb(183,1,138); }

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

border-color css

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

 span { border-color: rgb(183,1,138); }

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