Html Css Color HEX #B4028F Medium Violet Red

📋 copy color: '#B4028F'

red 180 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #B4028F

Tints of Medium Violet Red #B4028F

RGB

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

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

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

R = 55.38%
G = 0.62%
B = 44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4028F (or 0xB4028F) is known color: Medium Violet Red. HEX triplet: B4, 02 and 8F. RGB value is (180,2,143). Sum of RGB (Red+Green+Blue) = 180+2+143=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4028F is #4BFD70. Grayscale: #464646. Windows color (decimal): -4980081 or 9372340. OLE color: 9372340.

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

Color convert

RGB 180 2 143 -
CMYK 0 0.99 0.21 0.29
HSL 312.47º 0.98% 0.36% -
HSV(B) 312.47º 0.99% 0.71% -
XYZ 23.8 11.73 27 -
YUV 71.3 168.47 205.54 -
System Red Green Blue C M Y K H S L
Decimal 180 2 143 0 0.99 0.21 0.29 312.47 0.98 0.36
Hex B4 2 8F 0 63 15 1D 138 62 24
Octal 264 2 217 0 143 25 35 470 142 44
Binary 10110100 10 10001111 0 1100011 10101 11101 100111000 1100010 100100

Color Harmonies of #B4028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4028F

Black with #B4028F

Text Example


Text Example

White with #B4028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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