Html Css Color HEX #B01282 Medium Violet Red

📋 copy color: '#B01282'

red 176 ◦ green 18 ◦ blue 130

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

Shades of Medium Violet Red #B01282

Tints of Medium Violet Red #B01282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

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

R = 54.32%
G = 5.56%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B01282 (or 0xB01282) is known color: Medium Violet Red. HEX triplet: B0, 12 and 82. RGB value is (176,18,130). Sum of RGB (Red+Green+Blue) = 176+18+130=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B01282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01282 is #4FED7D. Grayscale: #4D4D4D. Windows color (decimal): -5238142 or 8524464. OLE color: 8524464.

HSL color Cylindrical-coordinate representation of color #B01282: hue angle of 317.47º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01282 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 130 -
CMYK 0 0.90 0.26 0.31
HSL 317.47º 0.81% 0.38% -
HSV(B) 317.47º 0.9% 0.69% -
XYZ 22.15 11.27 22.13 -
YUV 78.01 157.35 197.89 -
System Red Green Blue C M Y K H S L
Decimal 176 18 130 0 0.90 0.26 0.31 317.47 0.81 0.38
Hex B0 12 82 0 5A 1A 1F 13D 51 26
Octal 260 22 202 0 132 32 37 475 121 46
Binary 10110000 10010 10000010 0 1011010 11010 11111 100111101 1010001 100110

Color Harmonies of #B01282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01282

Black with #B01282

Text Example


Text Example

White with #B01282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01282; }

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

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

background-color css

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

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

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

border-color css

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

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

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