Html Css Color HEX #B8138A Medium Violet Red

📋 copy color: '#B8138A'

red 184 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #B8138A

Tints of Medium Violet Red #B8138A

RGB

 RED value IS 184 (72.27% from 255) = 53.96%

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

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

R = 53.96%
G = 5.57%
B = 40.47%

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

#B8138A (or 0xB8138A) is known color: Medium Violet Red. HEX triplet: B8, 13 and 8A. RGB value is (184,19,138). Sum of RGB (Red+Green+Blue) = 184+19+138=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8138A is #47EC75. Grayscale: #515151. Windows color (decimal): -4713590 or 9049016. OLE color: 9049016.

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

Color convert

RGB 184 19 138 -
CMYK 0 0.90 0.25 0.28
HSL 316.73º 0.81% 0.4% -
HSV(B) 316.73º 0.9% 0.72% -
XYZ 24.59 12.49 25.16 -
YUV 81.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 184 19 138 0 0.90 0.25 0.28 316.73 0.81 0.4
Hex B8 13 8A 0 5A 19 1C 13D 51 28
Octal 270 23 212 0 132 31 34 475 121 50
Binary 10111000 10011 10001010 0 1011010 11001 11100 100111101 1010001 101000

Color Harmonies of #B8138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8138A

Black with #B8138A

Text Example


Text Example

White with #B8138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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