Html Css Color HEX #B4038F Medium Violet Red

📋 copy color: '#B4038F'

red 180 ◦ green 3 ◦ blue 143

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

Shades of Medium Violet Red #B4038F

Tints of Medium Violet Red #B4038F

RGB

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

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

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

R = 55.21%
G = 0.92%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4038F (or 0xB4038F) is known color: Medium Violet Red. HEX triplet: B4, 03 and 8F. RGB value is (180,3,143). Sum of RGB (Red+Green+Blue) = 180+3+143=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4038F is #4BFC70. Grayscale: #474747. Windows color (decimal): -4979825 or 9372596. OLE color: 9372596.

HSL color Cylindrical-coordinate representation of color #B4038F: hue angle of 312.54º 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 #B4038F is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 143 -
CMYK 0 0.98 0.21 0.29
HSL 312.54º 0.97% 0.36% -
HSV(B) 312.54º 0.98% 0.71% -
XYZ 23.81 11.75 27 -
YUV 71.88 168.14 205.12 -
System Red Green Blue C M Y K H S L
Decimal 180 3 143 0 0.98 0.21 0.29 312.54 0.97 0.36
Hex B4 3 8F 0 62 15 1D 139 61 24
Octal 264 3 217 0 142 25 35 471 141 44
Binary 10110100 11 10001111 0 1100010 10101 11101 100111001 1100001 100100

Color Harmonies of #B4038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4038F

Black with #B4038F

Text Example


Text Example

White with #B4038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4038F; }

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

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

background-color css

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

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

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

border-color css

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

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

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