Html Css Color HEX #B00281 Medium Violet Red

📋 copy color: '#B00281'

red 176 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #B00281

Tints of Medium Violet Red #B00281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.02%

R = 57.33%
G = 0.65%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B00281 (or 0xB00281) is known color: Medium Violet Red. HEX triplet: B0, 02 and 81. RGB value is (176,2,129). Sum of RGB (Red+Green+Blue) = 176+2+129=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B00281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00281 is #4FFD7E. Grayscale: #444444. Windows color (decimal): -5242239 or 8454832. OLE color: 8454832.

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

Color convert

RGB 176 2 129 -
CMYK 0 0.99 0.27 0.31
HSL 316.21º 0.98% 0.35% -
HSV(B) 316.21º 0.99% 0.69% -
XYZ 21.89 10.86 21.71 -
YUV 68.5 162.15 204.67 -
System Red Green Blue C M Y K H S L
Decimal 176 2 129 0 0.99 0.27 0.31 316.21 0.98 0.35
Hex B0 2 81 0 63 1B 1F 13C 62 23
Octal 260 2 201 0 143 33 37 474 142 43
Binary 10110000 10 10000001 0 1100011 11011 11111 100111100 1100010 100011

Color Harmonies of #B00281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00281

Black with #B00281

Text Example


Text Example

White with #B00281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00281; }

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

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

background-color css

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

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

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

border-color css

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

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

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