Html Css Color HEX #B0028E Medium Violet Red

📋 copy color: '#B0028E'

red 176 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #B0028E

Tints of Medium Violet Red #B0028E

RGB

 RED value IS 176 (69.14% from 255) = 55%

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

 BLUE value IS 142 (55.86% from 255) = 44.38%

R = 55%
G = 0.63%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0028E (or 0xB0028E) is known color: Medium Violet Red. HEX triplet: B0, 02 and 8E. RGB value is (176,2,142). Sum of RGB (Red+Green+Blue) = 176+2+142=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0028E is #4FFD71. Grayscale: #454545. Windows color (decimal): -5242226 or 9306800. OLE color: 9306800.

HSL color Cylindrical-coordinate representation of color #B0028E: hue angle of 311.72º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0028E is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 142 -
CMYK 0 0.99 0.19 0.31
HSL 311.72º 0.98% 0.35% -
HSV(B) 311.72º 0.99% 0.69% -
XYZ 22.81 11.23 26.56 -
YUV 69.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 176 2 142 0 0.99 0.19 0.31 311.72 0.98 0.35
Hex B0 2 8E 0 63 13 1F 138 62 23
Octal 260 2 216 0 143 23 37 470 142 43
Binary 10110000 10 10001110 0 1100011 10011 11111 100111000 1100010 100011

Color Harmonies of #B0028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0028E

Black with #B0028E

Text Example


Text Example

White with #B0028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0028E; }

 p { color: rgb(176,2,142); }

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

background-color css

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

 a { background-color: rgb(176,2,142); }

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

border-color css

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

 span { border-color: rgb(176,2,142); }

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