Html Css Color HEX #B20384 Medium Violet Red

📋 copy color: '#B20384'

red 178 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #B20384

Tints of Medium Violet Red #B20384

RGB

 RED value IS 178 (69.92% from 255) = 56.87%

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 132 (51.95% from 255) = 42.17%

R = 56.87%
G = 0.96%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B20384 (or 0xB20384) is known color: Medium Violet Red. HEX triplet: B2, 03 and 84. RGB value is (178,3,132). Sum of RGB (Red+Green+Blue) = 178+3+132=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B20384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20384 is #4DFC7B. Grayscale: #454545. Windows color (decimal): -5110908 or 8651698. OLE color: 8651698.

HSL color Cylindrical-coordinate representation of color #B20384: hue angle of 315.77º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20384 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 132 -
CMYK 0 0.98 0.26 0.30
HSL 315.77º 0.97% 0.35% -
HSV(B) 315.77º 0.98% 0.7% -
XYZ 22.56 11.2 22.8 -
YUV 70.03 162.98 205.01 -
System Red Green Blue C M Y K H S L
Decimal 178 3 132 0 0.98 0.26 0.30 315.77 0.97 0.35
Hex B2 3 84 0 62 1A 1E 13C 61 23
Octal 262 3 204 0 142 32 36 474 141 43
Binary 10110010 11 10000100 0 1100010 11010 11110 100111100 1100001 100011

Color Harmonies of #B20384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20384

Black with #B20384

Text Example


Text Example

White with #B20384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20384; }

 p { color: rgb(178,3,132); }

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

background-color css

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

 a { background-color: rgb(178,3,132); }

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

border-color css

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

 span { border-color: rgb(178,3,132); }

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