Html Css Color HEX #B4217D Medium Red Violet

📋 copy color: '#B4217D'

red 180 ◦ green 33 ◦ blue 125

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

Shades of Medium Red Violet #B4217D

Tints of Medium Red Violet #B4217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.98%

R = 53.25%
G = 9.76%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4217D (or 0xB4217D) is known color: Medium Red Violet. HEX triplet: B4, 21 and 7D. RGB value is (180,33,125). Sum of RGB (Red+Green+Blue) = 180+33+125=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4217D is #4BDE82. Grayscale: #575757. Windows color (decimal): -4972163 or 8200628. OLE color: 8200628.

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

Color convert

RGB 180 33 125 -
CMYK 0 0.82 0.31 0.29
HSL 322.45º 0.69% 0.42% -
HSV(B) 322.45º 0.82% 0.71% -
XYZ 23.07 12.27 20.55 -
YUV 87.44 149.2 194.02 -
System Red Green Blue C M Y K H S L
Decimal 180 33 125 0 0.82 0.31 0.29 322.45 0.69 0.42
Hex B4 21 7D 0 52 1F 1D 142 45 2A
Octal 264 41 175 0 122 37 35 502 105 52
Binary 10110100 100001 1111101 0 1010010 11111 11101 101000010 1000101 101010

Color Harmonies of #B4217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4217D

Black with #B4217D

Text Example


Text Example

White with #B4217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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