Html Css Color HEX #B20183 Medium Violet Red

📋 copy color: '#B20183'

red 178 ◦ green 1 ◦ blue 131

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

Shades of Medium Violet Red #B20183

Tints of Medium Violet Red #B20183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 57.42%
G = 0.32%
B = 42.26%

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

#B20183 (or 0xB20183) is known color: Medium Violet Red. HEX triplet: B2, 01 and 83. RGB value is (178,1,131). Sum of RGB (Red+Green+Blue) = 178+1+131=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B20183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20183 is #4DFE7C. Grayscale: #444444. Windows color (decimal): -5111421 or 8585650. OLE color: 8585650.

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

Color convert

RGB 178 1 131 -
CMYK 0 0.99 0.26 0.30
HSL 315.93º 0.99% 0.35% -
HSV(B) 315.93º 0.99% 0.7% -
XYZ 22.47 11.13 22.44 -
YUV 68.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 178 1 131 0 0.99 0.26 0.30 315.93 0.99 0.35
Hex B2 1 83 0 63 1A 1E 13C 63 23
Octal 262 1 203 0 143 32 36 474 143 43
Binary 10110010 1 10000011 0 1100011 11010 11110 100111100 1100011 100011

Color Harmonies of #B20183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20183

Black with #B20183

Text Example


Text Example

White with #B20183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20183; }

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

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

background-color css

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

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

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

border-color css

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

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

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