Html Css Color HEX #B5287F Medium Red Violet

📋 copy color: '#B5287F'

red 181 ◦ green 40 ◦ blue 127

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

Shades of Medium Red Violet #B5287F

Tints of Medium Red Violet #B5287F

RGB

 RED value IS 181 (71.09% from 255) = 52.01%

 GREEN value IS 40 (16.02% from 255) = 11.49%

 BLUE value IS 127 (50% from 255) = 36.49%

R = 52.01%
G = 11.49%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5287F (or 0xB5287F) is known color: Medium Red Violet. HEX triplet: B5, 28 and 7F. RGB value is (181,40,127). Sum of RGB (Red+Green+Blue) = 181+40+127=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5287F is #4AD780. Grayscale: #5B5B5B. Windows color (decimal): -4904833 or 8333493. OLE color: 8333493.

HSL color Cylindrical-coordinate representation of color #B5287F: hue angle of 322.98º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5287F is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 40 127 -
CMYK 0 0.78 0.30 0.29
HSL 322.98º 0.64% 0.43% -
HSV(B) 322.98º 0.78% 0.71% -
XYZ 23.65 12.87 21.32 -
YUV 92.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 181 40 127 0 0.78 0.30 0.29 322.98 0.64 0.43
Hex B5 28 7F 0 4E 1E 1D 143 40 2B
Octal 265 50 177 0 116 36 35 503 100 53
Binary 10110101 101000 1111111 0 1001110 11110 11101 101000011 1000000 101011

Color Harmonies of #B5287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5287F

Black with #B5287F

Text Example


Text Example

White with #B5287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5287F; }

 p { color: rgb(181,40,127); }

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

background-color css

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

 a { background-color: rgb(181,40,127); }

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

border-color css

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

 span { border-color: rgb(181,40,127); }

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