Html Css Color HEX #B00282 Medium Violet Red

📋 copy color: '#B00282'

red 176 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #B00282

Tints of Medium Violet Red #B00282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 57.14%
G = 0.65%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B00282 (or 0xB00282) is known color: Medium Violet Red. HEX triplet: B0, 02 and 82. RGB value is (176,2,130). Sum of RGB (Red+Green+Blue) = 176+2+130=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B00282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00282 is #4FFD7D. Grayscale: #444444. Windows color (decimal): -5242238 or 8520368. OLE color: 8520368.

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

Color convert

RGB 176 2 130 -
CMYK 0 0.99 0.26 0.31
HSL 315.86º 0.98% 0.35% -
HSV(B) 315.86º 0.99% 0.69% -
XYZ 21.96 10.89 22.06 -
YUV 68.62 162.65 204.59 -
System Red Green Blue C M Y K H S L
Decimal 176 2 130 0 0.99 0.26 0.31 315.86 0.98 0.35
Hex B0 2 82 0 63 1A 1F 13C 62 23
Octal 260 2 202 0 143 32 37 474 142 43
Binary 10110000 10 10000010 0 1100011 11010 11111 100111100 1100010 100011

Color Harmonies of #B00282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00282

Black with #B00282

Text Example


Text Example

White with #B00282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00282; }

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

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

background-color css

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

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

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

border-color css

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

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

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