Html Css Color HEX #B4208A Medium Red Violet

📋 copy color: '#B4208A'

red 180 ◦ green 32 ◦ blue 138

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

Shades of Medium Red Violet #B4208A

Tints of Medium Red Violet #B4208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 51.43%
G = 9.14%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4208A (or 0xB4208A) is known color: Medium Red Violet. HEX triplet: B4, 20 and 8A. RGB value is (180,32,138). Sum of RGB (Red+Green+Blue) = 180+32+138=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B4208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4208A is #4BDF75. Grayscale: #585858. Windows color (decimal): -4972406 or 9052340. OLE color: 9052340.

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

Color convert

RGB 180 32 138 -
CMYK 0 0.82 0.23 0.29
HSL 317.03º 0.7% 0.42% -
HSV(B) 317.03º 0.82% 0.71% -
XYZ 23.93 12.57 25.21 -
YUV 88.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 180 32 138 0 0.82 0.23 0.29 317.03 0.7 0.42
Hex B4 20 8A 0 52 17 1D 13D 46 2A
Octal 264 40 212 0 122 27 35 475 106 52
Binary 10110100 100000 10001010 0 1010010 10111 11101 100111101 1000110 101010

Color Harmonies of #B4208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4208A

Black with #B4208A

Text Example


Text Example

White with #B4208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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