Html Css Color HEX #B4217E Medium Red Violet

📋 copy color: '#B4217E'

red 180 ◦ green 33 ◦ blue 126

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

Shades of Medium Red Violet #B4217E

Tints of Medium Red Violet #B4217E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.73%

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 53.1%
G = 9.73%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B4217E (or 0xB4217E) is known color: Medium Red Violet. HEX triplet: B4, 21 and 7E. RGB value is (180,33,126). Sum of RGB (Red+Green+Blue) = 180+33+126=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4217E is #4BDE81. Grayscale: #575757. Windows color (decimal): -4972162 or 8266164. OLE color: 8266164.

HSL color Cylindrical-coordinate representation of color #B4217E: hue angle of 322.04º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4217E is Cyan = 0, Magento = 0.82, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 126 -
CMYK 0 0.82 0.3 0.29
HSL 322.04º 0.69% 0.42% -
HSV(B) 322.04º 0.82% 0.71% -
XYZ 23.13 12.3 20.89 -
YUV 87.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 180 33 126 0 0.82 0.3 0.29 322.04 0.69 0.42
Hex B4 21 7E 0 52 1E 1D 142 45 2A
Octal 264 41 176 0 122 36 35 502 105 52
Binary 10110100 100001 1111110 0 1010010 11110 11101 101000010 1000101 101010

Color Harmonies of #B4217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4217E

Black with #B4217E

Text Example


Text Example

White with #B4217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4217E; }

 p { color: rgb(180,33,126); }

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

background-color css

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

 a { background-color: rgb(180,33,126); }

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

border-color css

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

 span { border-color: rgb(180,33,126); }

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