Html Css Color HEX #B20284 Medium Violet Red

📋 copy color: '#B20284'

red 178 ◦ green 2 ◦ blue 132

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

Shades of Medium Violet Red #B20284

Tints of Medium Violet Red #B20284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 57.05%
G = 0.64%
B = 42.31%

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

#B20284 (or 0xB20284) is known color: Medium Violet Red. HEX triplet: B2, 02 and 84. RGB value is (178,2,132). Sum of RGB (Red+Green+Blue) = 178+2+132=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B20284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20284 is #4DFD7B. Grayscale: #454545. Windows color (decimal): -5111164 or 8651442. OLE color: 8651442.

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

Color convert

RGB 178 2 132 -
CMYK 0 0.99 0.26 0.30
HSL 315.68º 0.98% 0.35% -
HSV(B) 315.68º 0.99% 0.7% -
XYZ 22.55 11.17 22.8 -
YUV 69.44 163.31 205.43 -
System Red Green Blue C M Y K H S L
Decimal 178 2 132 0 0.99 0.26 0.30 315.68 0.98 0.35
Hex B2 2 84 0 63 1A 1E 13C 62 23
Octal 262 2 204 0 143 32 36 474 142 43
Binary 10110010 10 10000100 0 1100011 11010 11110 100111100 1100010 100011

Color Harmonies of #B20284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20284

Black with #B20284

Text Example


Text Example

White with #B20284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20284; }

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

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

background-color css

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

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

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

border-color css

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

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

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