Html Css Color HEX #B00280 Medium Violet Red

📋 copy color: '#B00280'

red 176 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #B00280

Tints of Medium Violet Red #B00280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.83%

R = 57.52%
G = 0.65%
B = 41.83%

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

#B00280 (or 0xB00280) is known color: Medium Violet Red. HEX triplet: B0, 02 and 80. RGB value is (176,2,128). Sum of RGB (Red+Green+Blue) = 176+2+128=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B00280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00280 is #4FFD7F. Grayscale: #444444. Windows color (decimal): -5242240 or 8389296. OLE color: 8389296.

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

Color convert

RGB 176 2 128 -
CMYK 0 0.99 0.27 0.31
HSL 316.55º 0.98% 0.35% -
HSV(B) 316.55º 0.99% 0.69% -
XYZ 21.82 10.83 21.36 -
YUV 68.39 161.65 204.75 -
System Red Green Blue C M Y K H S L
Decimal 176 2 128 0 0.99 0.27 0.31 316.55 0.98 0.35
Hex B0 2 80 0 63 1B 1F 13D 62 23
Octal 260 2 200 0 143 33 37 475 142 43
Binary 10110000 10 10000000 0 1100011 11011 11111 100111101 1100010 100011

Color Harmonies of #B00280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00280

Black with #B00280

Text Example


Text Example

White with #B00280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00280; }

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

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

background-color css

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

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

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

border-color css

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

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

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