Html Css Color HEX #B7138A Medium Violet Red

📋 copy color: '#B7138A'

red 183 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #B7138A

Tints of Medium Violet Red #B7138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.59%

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

R = 53.82%
G = 5.59%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7138A (or 0xB7138A) is known color: Medium Violet Red. HEX triplet: B7, 13 and 8A. RGB value is (183,19,138). Sum of RGB (Red+Green+Blue) = 183+19+138=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7138A is #48EC75. Grayscale: #515151. Windows color (decimal): -4779126 or 9049015. OLE color: 9049015.

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

Color convert

RGB 183 19 138 -
CMYK 0 0.90 0.25 0.28
HSL 316.46º 0.81% 0.4% -
HSV(B) 316.46º 0.9% 0.72% -
XYZ 24.35 12.37 25.15 -
YUV 81.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 183 19 138 0 0.90 0.25 0.28 316.46 0.81 0.4
Hex B7 13 8A 0 5A 19 1C 13C 51 28
Octal 267 23 212 0 132 31 34 474 121 50
Binary 10110111 10011 10001010 0 1011010 11001 11100 100111100 1010001 101000

Color Harmonies of #B7138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7138A

Black with #B7138A

Text Example


Text Example

White with #B7138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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