Html Css Color HEX #B8208A Medium Violet Red

📋 copy color: '#B8208A'

red 184 ◦ green 32 ◦ blue 138

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

Shades of Medium Violet Red #B8208A

Tints of Medium Violet Red #B8208A

RGB

 RED value IS 184 (72.27% from 255) = 51.98%

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

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

R = 51.98%
G = 9.04%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8208A (or 0xB8208A) is known color: Medium Violet Red. HEX triplet: B8, 20 and 8A. RGB value is (184,32,138). Sum of RGB (Red+Green+Blue) = 184+32+138=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B8208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8208A is #47DF75. Grayscale: #595959. Windows color (decimal): -4710262 or 9052344. OLE color: 9052344.

HSL color Cylindrical-coordinate representation of color #B8208A: hue angle of 318.16º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8208A is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 138 -
CMYK 0 0.83 0.25 0.28
HSL 318.16º 0.7% 0.42% -
HSV(B) 318.16º 0.83% 0.72% -
XYZ 24.87 13.06 25.25 -
YUV 89.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 184 32 138 0 0.83 0.25 0.28 318.16 0.7 0.42
Hex B8 20 8A 0 53 19 1C 13E 46 2A
Octal 270 40 212 0 123 31 34 476 106 52
Binary 10111000 100000 10001010 0 1010011 11001 11100 100111110 1000110 101010

Color Harmonies of #B8208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8208A

Black with #B8208A

Text Example


Text Example

White with #B8208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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