Html Css Color HEX #B20187 Medium Violet Red

📋 copy color: '#B20187'

red 178 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #B20187

Tints of Medium Violet Red #B20187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.99%

R = 56.69%
G = 0.32%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B20187 (or 0xB20187) is known color: Medium Violet Red. HEX triplet: B2, 01 and 87. RGB value is (178,1,135). Sum of RGB (Red+Green+Blue) = 178+1+135=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B20187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20187 is #4DFE78. Grayscale: #444444. Windows color (decimal): -5111417 or 8847794. OLE color: 8847794.

HSL color Cylindrical-coordinate representation of color #B20187: hue angle of 314.58º 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 #B20187 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 135 -
CMYK 0 0.99 0.24 0.30
HSL 314.58º 0.99% 0.35% -
HSV(B) 314.58º 0.99% 0.7% -
XYZ 22.74 11.24 23.89 -
YUV 69.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 178 1 135 0 0.99 0.24 0.30 314.58 0.99 0.35
Hex B2 1 87 0 63 18 1E 13B 63 23
Octal 262 1 207 0 143 30 36 473 143 43
Binary 10110010 1 10000111 0 1100011 11000 11110 100111011 1100011 100011

Color Harmonies of #B20187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20187

Black with #B20187

Text Example


Text Example

White with #B20187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20187; }

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

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

background-color css

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

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

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

border-color css

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

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

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