Html Css Color HEX #B2028A Medium Violet Red

📋 copy color: '#B2028A'

red 178 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #B2028A

Tints of Medium Violet Red #B2028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.4%

R = 55.97%
G = 0.63%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2028A (or 0xB2028A) is known color: Medium Violet Red. HEX triplet: B2, 02 and 8A. RGB value is (178,2,138). Sum of RGB (Red+Green+Blue) = 178+2+138=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B2028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2028A is #4DFD75. Grayscale: #454545. Windows color (decimal): -5111158 or 9044658. OLE color: 9044658.

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

Color convert

RGB 178 2 138 -
CMYK 0 0.99 0.22 0.30
HSL 313.64º 0.98% 0.35% -
HSV(B) 313.64º 0.99% 0.7% -
XYZ 22.97 11.34 25.02 -
YUV 70.13 166.31 204.94 -
System Red Green Blue C M Y K H S L
Decimal 178 2 138 0 0.99 0.22 0.30 313.64 0.98 0.35
Hex B2 2 8A 0 63 16 1E 13A 62 23
Octal 262 2 212 0 143 26 36 472 142 43
Binary 10110010 10 10001010 0 1100011 10110 11110 100111010 1100010 100011

Color Harmonies of #B2028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2028A

Black with #B2028A

Text Example


Text Example

White with #B2028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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