Html Css Color HEX #B7148A Medium Violet Red

📋 copy color: '#B7148A'

red 183 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #B7148A

Tints of Medium Violet Red #B7148A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.87%

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

R = 53.67%
G = 5.87%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7148A (or 0xB7148A) is known color: Medium Violet Red. HEX triplet: B7, 14 and 8A. RGB value is (183,20,138). Sum of RGB (Red+Green+Blue) = 183+20+138=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7148A is #48EB75. Grayscale: #515151. Windows color (decimal): -4778870 or 9049271. OLE color: 9049271.

HSL color Cylindrical-coordinate representation of color #B7148A: hue angle of 316.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7148A is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 138 -
CMYK 0 0.89 0.25 0.28
HSL 316.56º 0.8% 0.4% -
HSV(B) 316.56º 0.89% 0.72% -
XYZ 24.37 12.4 25.15 -
YUV 82.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 183 20 138 0 0.89 0.25 0.28 316.56 0.8 0.4
Hex B7 14 8A 0 59 19 1C 13D 50 28
Octal 267 24 212 0 131 31 34 475 120 50
Binary 10110111 10100 10001010 0 1011001 11001 11100 100111101 1010000 101000

Color Harmonies of #B7148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7148A

Black with #B7148A

Text Example


Text Example

White with #B7148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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