Html Css Color HEX #B20085 Medium Violet Red

📋 copy color: '#B20085'

red 178 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #B20085

Tints of Medium Violet Red #B20085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 57.23%
G = 0%
B = 42.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B20085 (or 0xB20085) is known color: Medium Violet Red. HEX triplet: B2, 00 and 85. RGB value is (178,0,133). Sum of RGB (Red+Green+Blue) = 178+0+133=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B20085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20085 is #4DFF7A. Grayscale: #444444. Windows color (decimal): -5111675 or 8716466. OLE color: 8716466.

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

Color convert

RGB 178 0 133 -
CMYK 0 1 0.25 0.30
HSL 315.17º 1% 0.35% -
HSV(B) 315.17º 1% 0.7% -
XYZ 22.59 11.16 23.15 -
YUV 68.38 164.47 206.19 -
System Red Green Blue C M Y K H S L
Decimal 178 0 133 0 1 0.25 0.30 315.17 1 0.35
Hex B2 0 85 0 64 19 1E 13B 64 23
Octal 262 0 205 0 144 31 36 473 144 43
Binary 10110010 0 10000101 0 1100100 11001 11110 100111011 1100100 100011

Color Harmonies of #B20085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20085

Black with #B20085

Text Example


Text Example

White with #B20085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20085; }

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

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

background-color css

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

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

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

border-color css

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

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

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