Html Css Color HEX #B20283 Medium Violet Red

📋 copy color: '#B20283'

red 178 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #B20283

Tints of Medium Violet Red #B20283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 57.23%
G = 0.64%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B20283 (or 0xB20283) is known color: Medium Violet Red. HEX triplet: B2, 02 and 83. RGB value is (178,2,131). Sum of RGB (Red+Green+Blue) = 178+2+131=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B20283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20283 is #4DFD7C. Grayscale: #444444. Windows color (decimal): -5111165 or 8585906. OLE color: 8585906.

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

Color convert

RGB 178 2 131 -
CMYK 0 0.99 0.26 0.30
HSL 316.02º 0.98% 0.35% -
HSV(B) 316.02º 0.99% 0.7% -
XYZ 22.48 11.15 22.44 -
YUV 69.33 162.81 205.51 -
System Red Green Blue C M Y K H S L
Decimal 178 2 131 0 0.99 0.26 0.30 316.02 0.98 0.35
Hex B2 2 83 0 63 1A 1E 13C 62 23
Octal 262 2 203 0 143 32 36 474 142 43
Binary 10110010 10 10000011 0 1100011 11010 11110 100111100 1100010 100011

Color Harmonies of #B20283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20283

Black with #B20283

Text Example


Text Example

White with #B20283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20283; }

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

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

background-color css

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

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

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

border-color css

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

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

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