Html Css Color HEX #B4038A Medium Violet Red

📋 copy color: '#B4038A'

red 180 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #B4038A

Tints of Medium Violet Red #B4038A

RGB

 RED value IS 180 (70.7% from 255) = 56.07%

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

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

R = 56.07%
G = 0.93%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4038A (or 0xB4038A) is known color: Medium Violet Red. HEX triplet: B4, 03 and 8A. RGB value is (180,3,138). Sum of RGB (Red+Green+Blue) = 180+3+138=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4038A is #4BFC75. Grayscale: #464646. Windows color (decimal): -4979830 or 9044916. OLE color: 9044916.

HSL color Cylindrical-coordinate representation of color #B4038A: hue angle of 314.24º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4038A is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 138 -
CMYK 0 0.98 0.23 0.29
HSL 314.24º 0.97% 0.36% -
HSV(B) 314.24º 0.98% 0.71% -
XYZ 23.44 11.6 25.05 -
YUV 71.31 165.64 205.52 -
System Red Green Blue C M Y K H S L
Decimal 180 3 138 0 0.98 0.23 0.29 314.24 0.97 0.36
Hex B4 3 8A 0 62 17 1D 13A 61 24
Octal 264 3 212 0 142 27 35 472 141 44
Binary 10110100 11 10001010 0 1100010 10111 11101 100111010 1100001 100100

Color Harmonies of #B4038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4038A

Black with #B4038A

Text Example


Text Example

White with #B4038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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