Html Css Color HEX #B7148C Medium Violet Red

📋 copy color: '#B7148C'

red 183 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #B7148C

Tints of Medium Violet Red #B7148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 53.35%
G = 5.83%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7148C (or 0xB7148C) is known color: Medium Violet Red. HEX triplet: B7, 14 and 8C. RGB value is (183,20,140). Sum of RGB (Red+Green+Blue) = 183+20+140=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7148C is #48EB73. Grayscale: #525252. Windows color (decimal): -4778868 or 9180343. OLE color: 9180343.

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

Color convert

RGB 183 20 140 -
CMYK 0 0.89 0.23 0.28
HSL 315.83º 0.8% 0.4% -
HSV(B) 315.83º 0.89% 0.72% -
XYZ 24.51 12.46 25.92 -
YUV 82.42 160.5 199.74 -
System Red Green Blue C M Y K H S L
Decimal 183 20 140 0 0.89 0.23 0.28 315.83 0.8 0.4
Hex B7 14 8C 0 59 17 1C 13C 50 28
Octal 267 24 214 0 131 27 34 474 120 50
Binary 10110111 10100 10001100 0 1011001 10111 11100 100111100 1010000 101000

Color Harmonies of #B7148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7148C

Black with #B7148C

Text Example


Text Example

White with #B7148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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