Html Css Color HEX #B8038A Medium Violet Red

📋 copy color: '#B8038A'

red 184 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #B8038A

Tints of Medium Violet Red #B8038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 56.62%
G = 0.92%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8038A (or 0xB8038A) is known color: Medium Violet Red. HEX triplet: B8, 03 and 8A. RGB value is (184,3,138). Sum of RGB (Red+Green+Blue) = 184+3+138=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8038A is #47FC75. Grayscale: #484848. Windows color (decimal): -4717686 or 9044920. OLE color: 9044920.

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

Color convert

RGB 184 3 138 -
CMYK 0 0.98 0.25 0.28
HSL 315.25º 0.97% 0.37% -
HSV(B) 315.25º 0.98% 0.72% -
XYZ 24.39 12.09 25.09 -
YUV 72.51 164.97 207.52 -
System Red Green Blue C M Y K H S L
Decimal 184 3 138 0 0.98 0.25 0.28 315.25 0.97 0.37
Hex B8 3 8A 0 62 19 1C 13B 61 25
Octal 270 3 212 0 142 31 34 473 141 45
Binary 10111000 11 10001010 0 1100010 11001 11100 100111011 1100001 100101

Color Harmonies of #B8038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8038A

Black with #B8038A

Text Example


Text Example

White with #B8038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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