Html Css Color HEX #B20982 Medium Violet Red

📋 copy color: '#B20982'

red 178 ◦ green 9 ◦ blue 130

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

Shades of Medium Violet Red #B20982

Tints of Medium Violet Red #B20982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.84%

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 56.15%
G = 2.84%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B20982 (or 0xB20982) is known color: Medium Violet Red. HEX triplet: B2, 09 and 82. RGB value is (178,9,130). Sum of RGB (Red+Green+Blue) = 178+9+130=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B20982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20982 is #4DF67D. Grayscale: #494949. Windows color (decimal): -5109374 or 8522162. OLE color: 8522162.

HSL color Cylindrical-coordinate representation of color #B20982: hue angle of 317.04º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20982 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 9 130 -
CMYK 0 0.95 0.27 0.30
HSL 317.04º 0.9% 0.37% -
HSV(B) 317.04º 0.95% 0.7% -
XYZ 22.49 11.27 22.11 -
YUV 73.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 178 9 130 0 0.95 0.27 0.30 317.04 0.9 0.37
Hex B2 9 82 0 5F 1B 1E 13D 5A 25
Octal 262 11 202 0 137 33 36 475 132 45
Binary 10110010 1001 10000010 0 1011111 11011 11110 100111101 1011010 100101

Color Harmonies of #B20982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20982

Black with #B20982

Text Example


Text Example

White with #B20982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20982; }

 p { color: rgb(178,9,130); }

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

background-color css

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

 a { background-color: rgb(178,9,130); }

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

border-color css

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

 span { border-color: rgb(178,9,130); }

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