Html Css Color HEX #B20286 Medium Violet Red

📋 copy color: '#B20286'

red 178 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #B20286

Tints of Medium Violet Red #B20286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 56.69%
G = 0.64%
B = 42.68%

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

#B20286 (or 0xB20286) is known color: Medium Violet Red. HEX triplet: B2, 02 and 86. RGB value is (178,2,134). Sum of RGB (Red+Green+Blue) = 178+2+134=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B20286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20286 is #4DFD79. Grayscale: #454545. Windows color (decimal): -5111162 or 8782514. OLE color: 8782514.

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

Color convert

RGB 178 2 134 -
CMYK 0 0.99 0.25 0.30
HSL 315º 0.98% 0.35% -
HSV(B) 315º 0.99% 0.7% -
XYZ 22.68 11.23 23.53 -
YUV 69.67 164.31 205.27 -
System Red Green Blue C M Y K H S L
Decimal 178 2 134 0 0.99 0.25 0.30 315 0.98 0.35
Hex B2 2 86 0 63 19 1E 13B 62 23
Octal 262 2 206 0 143 31 36 473 142 43
Binary 10110010 10 10000110 0 1100011 11001 11110 100111011 1100010 100011

Color Harmonies of #B20286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20286

Black with #B20286

Text Example


Text Example

White with #B20286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20286; }

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

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

background-color css

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

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

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

border-color css

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

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

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