Html Css Color HEX #B01287 Medium Violet Red

📋 copy color: '#B01287'

red 176 ◦ green 18 ◦ blue 135

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

Shades of Medium Violet Red #B01287

Tints of Medium Violet Red #B01287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 53.5%
G = 5.47%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B01287 (or 0xB01287) is known color: Medium Violet Red. HEX triplet: B0, 12 and 87. RGB value is (176,18,135). Sum of RGB (Red+Green+Blue) = 176+18+135=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B01287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01287 is #4FED78. Grayscale: #4E4E4E. Windows color (decimal): -5238137 or 8852144. OLE color: 8852144.

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

Color convert

RGB 176 18 135 -
CMYK 0 0.90 0.23 0.31
HSL 315.57º 0.81% 0.38% -
HSV(B) 315.57º 0.9% 0.69% -
XYZ 22.49 11.41 23.94 -
YUV 78.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 176 18 135 0 0.90 0.23 0.31 315.57 0.81 0.38
Hex B0 12 87 0 5A 17 1F 13C 51 26
Octal 260 22 207 0 132 27 37 474 121 46
Binary 10110000 10010 10000111 0 1011010 10111 11111 100111100 1010001 100110

Color Harmonies of #B01287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01287

Black with #B01287

Text Example


Text Example

White with #B01287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01287; }

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

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

background-color css

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

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

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

border-color css

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

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

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