Html Css Color HEX #B4029C Medium Violet Red

📋 copy color: '#B4029C'

red 180 ◦ green 2 ◦ blue 156

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

Shades of Medium Violet Red #B4029C

Tints of Medium Violet Red #B4029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 53.25%
G = 0.59%
B = 46.15%

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

#B4029C (or 0xB4029C) is known color: Medium Violet Red. HEX triplet: B4, 02 and 9C. RGB value is (180,2,156). Sum of RGB (Red+Green+Blue) = 180+2+156=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4029C is #4BFD63. Grayscale: #484848. Windows color (decimal): -4980068 or 10224308. OLE color: 10224308.

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

Color convert

RGB 180 2 156 -
CMYK 0 0.99 0.13 0.29
HSL 308.09º 0.98% 0.36% -
HSV(B) 308.09º 0.99% 0.71% -
XYZ 24.84 12.15 32.49 -
YUV 72.78 174.97 204.48 -
System Red Green Blue C M Y K H S L
Decimal 180 2 156 0 0.99 0.13 0.29 308.09 0.98 0.36
Hex B4 2 9C 0 63 D 1D 134 62 24
Octal 264 2 234 0 143 15 35 464 142 44
Binary 10110100 10 10011100 0 1100011 1101 11101 100110100 1100010 100100

Color Harmonies of #B4029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4029C

Black with #B4029C

Text Example


Text Example

White with #B4029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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