Html Css Color HEX #B4206F Medium Red Violet

📋 copy color: '#B4206F'

red 180 ◦ green 32 ◦ blue 111

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

Shades of Medium Red Violet #B4206F

Tints of Medium Red Violet #B4206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.91%

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 55.73%
G = 9.91%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4206F (or 0xB4206F) is known color: Medium Red Violet. HEX triplet: B4, 20 and 6F. RGB value is (180,32,111). Sum of RGB (Red+Green+Blue) = 180+32+111=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4206F is #4BDF90. Grayscale: #555555. Windows color (decimal): -4972433 or 7282868. OLE color: 7282868.

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

Color convert

RGB 180 32 111 -
CMYK 0 0.82 0.38 0.29
HSL 327.97º 0.7% 0.42% -
HSV(B) 327.97º 0.82% 0.71% -
XYZ 22.21 11.88 16.16 -
YUV 85.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 180 32 111 0 0.82 0.38 0.29 327.97 0.7 0.42
Hex B4 20 6F 0 52 26 1D 148 46 2A
Octal 264 40 157 0 122 46 35 510 106 52
Binary 10110100 100000 1101111 0 1010010 100110 11101 101001000 1000110 101010

Color Harmonies of #B4206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4206F

Black with #B4206F

Text Example


Text Example

White with #B4206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4206F; }

 p { color: rgb(180,32,111); }

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

background-color css

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

 a { background-color: rgb(180,32,111); }

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

border-color css

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

 span { border-color: rgb(180,32,111); }

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