Html Css Color HEX #B4039B Medium Violet Red

📋 copy color: '#B4039B'

red 180 ◦ green 3 ◦ blue 155

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

Shades of Medium Violet Red #B4039B

Tints of Medium Violet Red #B4039B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 53.25%
G = 0.89%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4039B (or 0xB4039B) is known color: Medium Violet Red. HEX triplet: B4, 03 and 9B. RGB value is (180,3,155). Sum of RGB (Red+Green+Blue) = 180+3+155=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4039B is #4BFC64. Grayscale: #484848. Windows color (decimal): -4979813 or 10159028. OLE color: 10159028.

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

Color convert

RGB 180 3 155 -
CMYK 0 0.98 0.14 0.29
HSL 308.47º 0.97% 0.36% -
HSV(B) 308.47º 0.98% 0.71% -
XYZ 24.77 12.13 32.05 -
YUV 73.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 180 3 155 0 0.98 0.14 0.29 308.47 0.97 0.36
Hex B4 3 9B 0 62 E 1D 134 61 24
Octal 264 3 233 0 142 16 35 464 141 44
Binary 10110100 11 10011011 0 1100010 1110 11101 100110100 1100001 100100

Color Harmonies of #B4039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4039B

Black with #B4039B

Text Example


Text Example

White with #B4039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4039B; }

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

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

background-color css

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

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

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

border-color css

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

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

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