Html Css Color HEX #B7148F Medium Violet Red

📋 copy color: '#B7148F'

red 183 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #B7148F

Tints of Medium Violet Red #B7148F

RGB

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

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

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

R = 52.89%
G = 5.78%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7148F (or 0xB7148F) is known color: Medium Violet Red. HEX triplet: B7, 14 and 8F. RGB value is (183,20,143). Sum of RGB (Red+Green+Blue) = 183+20+143=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7148F is #48EB70. Grayscale: #525252. Windows color (decimal): -4778865 or 9376951. OLE color: 9376951.

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

Color convert

RGB 183 20 143 -
CMYK 0 0.89 0.22 0.28
HSL 314.72º 0.8% 0.4% -
HSV(B) 314.72º 0.89% 0.72% -
XYZ 24.74 12.55 27.11 -
YUV 82.76 162 199.5 -
System Red Green Blue C M Y K H S L
Decimal 183 20 143 0 0.89 0.22 0.28 314.72 0.8 0.4
Hex B7 14 8F 0 59 16 1C 13B 50 28
Octal 267 24 217 0 131 26 34 473 120 50
Binary 10110111 10100 10001111 0 1011001 10110 11100 100111011 1010000 101000

Color Harmonies of #B7148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7148F

Black with #B7148F

Text Example


Text Example

White with #B7148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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