Html Css Color HEX #B20186 Medium Violet Red

📋 copy color: '#B20186'

red 178 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #B20186

Tints of Medium Violet Red #B20186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 134 (52.73% from 255) = 42.81%

R = 56.87%
G = 0.32%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B20186 (or 0xB20186) is known color: Medium Violet Red. HEX triplet: B2, 01 and 86. RGB value is (178,1,134). Sum of RGB (Red+Green+Blue) = 178+1+134=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B20186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20186 is #4DFE79. Grayscale: #444444. Windows color (decimal): -5111418 or 8782258. OLE color: 8782258.

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

Color convert

RGB 178 1 134 -
CMYK 0 0.99 0.25 0.30
HSL 314.92º 0.99% 0.35% -
HSV(B) 314.92º 0.99% 0.7% -
XYZ 22.67 11.21 23.52 -
YUV 69.09 164.64 205.69 -
System Red Green Blue C M Y K H S L
Decimal 178 1 134 0 0.99 0.25 0.30 314.92 0.99 0.35
Hex B2 1 86 0 63 19 1E 13B 63 23
Octal 262 1 206 0 143 31 36 473 143 43
Binary 10110010 1 10000110 0 1100011 11001 11110 100111011 1100011 100011

Color Harmonies of #B20186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20186

Black with #B20186

Text Example


Text Example

White with #B20186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20186; }

 p { color: rgb(178,1,134); }

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

background-color css

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

 a { background-color: rgb(178,1,134); }

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

border-color css

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

 span { border-color: rgb(178,1,134); }

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