Html Css Color HEX #B4027C Medium Violet Red

📋 copy color: '#B4027C'

red 180 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #B4027C

Tints of Medium Violet Red #B4027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 58.82%
G = 0.65%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4027C (or 0xB4027C) is known color: Medium Violet Red. HEX triplet: B4, 02 and 7C. RGB value is (180,2,124). Sum of RGB (Red+Green+Blue) = 180+2+124=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B4027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4027C is #4BFD83. Grayscale: #444444. Windows color (decimal): -4980100 or 8127156. OLE color: 8127156.

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

Color convert

RGB 180 2 124 -
CMYK 0 0.99 0.31 0.29
HSL 318.88º 0.98% 0.36% -
HSV(B) 318.88º 0.99% 0.71% -
XYZ 22.48 11.2 20.05 -
YUV 69.13 158.97 207.08 -
System Red Green Blue C M Y K H S L
Decimal 180 2 124 0 0.99 0.31 0.29 318.88 0.98 0.36
Hex B4 2 7C 0 63 1F 1D 13F 62 24
Octal 264 2 174 0 143 37 35 477 142 44
Binary 10110100 10 1111100 0 1100011 11111 11101 100111111 1100010 100100

Color Harmonies of #B4027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4027C

Black with #B4027C

Text Example


Text Example

White with #B4027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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