Html Css Color HEX #B0187F Medium Violet Red

📋 copy color: '#B0187F'

red 176 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #B0187F

Tints of Medium Violet Red #B0187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

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

R = 53.82%
G = 7.34%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0187F (or 0xB0187F) is known color: Medium Violet Red. HEX triplet: B0, 18 and 7F. RGB value is (176,24,127). Sum of RGB (Red+Green+Blue) = 176+24+127=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B0187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0187F is #4FE780. Grayscale: #505050. Windows color (decimal): -5236609 or 8329392. OLE color: 8329392.

HSL color Cylindrical-coordinate representation of color #B0187F: hue angle of 319.34º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0187F is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 24 127 -
CMYK 0 0.86 0.28 0.31
HSL 319.34º 0.76% 0.39% -
HSV(B) 319.34º 0.86% 0.69% -
XYZ 22.06 11.42 21.12 -
YUV 81.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 176 24 127 0 0.86 0.28 0.31 319.34 0.76 0.39
Hex B0 18 7F 0 56 1C 1F 13F 4C 27
Octal 260 30 177 0 126 34 37 477 114 47
Binary 10110000 11000 1111111 0 1010110 11100 11111 100111111 1001100 100111

Color Harmonies of #B0187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0187F

Black with #B0187F

Text Example


Text Example

White with #B0187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0187F; }

 p { color: rgb(176,24,127); }

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

background-color css

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

 a { background-color: rgb(176,24,127); }

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

border-color css

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

 span { border-color: rgb(176,24,127); }

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