Html Css Color HEX #B4029D Medium Violet Red

📋 copy color: '#B4029D'

red 180 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #B4029D

Tints of Medium Violet Red #B4029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 53.1%
G = 0.59%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4029D (or 0xB4029D) is known color: Medium Violet Red. HEX triplet: B4, 02 and 9D. RGB value is (180,2,157). Sum of RGB (Red+Green+Blue) = 180+2+157=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4029D is #4BFD62. Grayscale: #484848. Windows color (decimal): -4980067 or 10289844. OLE color: 10289844.

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

Color convert

RGB 180 2 157 -
CMYK 0 0.99 0.13 0.29
HSL 307.75º 0.98% 0.36% -
HSV(B) 307.75º 0.99% 0.71% -
XYZ 24.93 12.18 32.94 -
YUV 72.89 175.47 204.4 -
System Red Green Blue C M Y K H S L
Decimal 180 2 157 0 0.99 0.13 0.29 307.75 0.98 0.36
Hex B4 2 9D 0 63 D 1D 134 62 24
Octal 264 2 235 0 143 15 35 464 142 44
Binary 10110100 10 10011101 0 1100011 1101 11101 100110100 1100010 100100

Color Harmonies of #B4029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4029D

Black with #B4029D

Text Example


Text Example

White with #B4029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4029D; }

 p { color: rgb(180,2,157); }

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

background-color css

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

 a { background-color: rgb(180,2,157); }

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

border-color css

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

 span { border-color: rgb(180,2,157); }

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