Html Css Color HEX #B20087 Medium Violet Red

📋 copy color: '#B20087'

red 178 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #B20087

Tints of Medium Violet Red #B20087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.87%
G = 0%
B = 43.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B20087 (or 0xB20087) is known color: Medium Violet Red. HEX triplet: B2, 00 and 87. RGB value is (178,0,135). Sum of RGB (Red+Green+Blue) = 178+0+135=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B20087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20087 is #4DFF78. Grayscale: #444444. Windows color (decimal): -5111673 or 8847538. OLE color: 8847538.

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

Color convert

RGB 178 0 135 -
CMYK 0 1 0.24 0.30
HSL 314.49º 1% 0.35% -
HSV(B) 314.49º 1% 0.7% -
XYZ 22.73 11.21 23.89 -
YUV 68.61 165.47 206.02 -
System Red Green Blue C M Y K H S L
Decimal 178 0 135 0 1 0.24 0.30 314.49 1 0.35
Hex B2 0 87 0 64 18 1E 13A 64 23
Octal 262 0 207 0 144 30 36 472 144 43
Binary 10110010 0 10000111 0 1100100 11000 11110 100111010 1100100 100011

Color Harmonies of #B20087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20087

Black with #B20087

Text Example


Text Example

White with #B20087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20087; }

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

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

background-color css

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

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

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

border-color css

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

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

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