Html Css Color HEX #B41287 Medium Violet Red

📋 copy color: '#B41287'

red 180 ◦ green 18 ◦ blue 135

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

Shades of Medium Violet Red #B41287

Tints of Medium Violet Red #B41287

RGB

 RED value IS 180 (70.7% from 255) = 54.05%

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

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

R = 54.05%
G = 5.41%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B41287 (or 0xB41287) is known color: Medium Violet Red. HEX triplet: B4, 12 and 87. RGB value is (180,18,135). Sum of RGB (Red+Green+Blue) = 180+18+135=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B41287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41287 is #4BED78. Grayscale: #4F4F4F. Windows color (decimal): -4975993 or 8852148. OLE color: 8852148.

HSL color Cylindrical-coordinate representation of color #B41287: hue angle of 316.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41287 is Cyan = 0, Magento = 0.9, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 18 135 -
CMYK 0 0.9 0.25 0.29
HSL 316.67º 0.82% 0.39% -
HSV(B) 316.67º 0.9% 0.71% -
XYZ 23.41 11.89 23.98 -
YUV 79.78 159.17 199.49 -
System Red Green Blue C M Y K H S L
Decimal 180 18 135 0 0.9 0.25 0.29 316.67 0.82 0.39
Hex B4 12 87 0 5A 19 1D 13D 52 27
Octal 264 22 207 0 132 31 35 475 122 47
Binary 10110100 10010 10000111 0 1011010 11001 11101 100111101 1010010 100111

Color Harmonies of #B41287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41287

Black with #B41287

Text Example


Text Example

White with #B41287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41287; }

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

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

background-color css

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

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

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

border-color css

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

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

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