Html Css Color HEX #B0187C Medium Violet Red

📋 copy color: '#B0187C'

red 176 ◦ green 24 ◦ blue 124

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

Shades of Medium Violet Red #B0187C

Tints of Medium Violet Red #B0187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 54.32%
G = 7.41%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0187C (or 0xB0187C) is known color: Medium Violet Red. HEX triplet: B0, 18 and 7C. RGB value is (176,24,124). Sum of RGB (Red+Green+Blue) = 176+24+124=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0187C is #4FE783. Grayscale: #505050. Windows color (decimal): -5236612 or 8132784. OLE color: 8132784.

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

Color convert

RGB 176 24 124 -
CMYK 0 0.86 0.30 0.31
HSL 320.53º 0.76% 0.39% -
HSV(B) 320.53º 0.86% 0.69% -
XYZ 21.87 11.34 20.1 -
YUV 80.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 176 24 124 0 0.86 0.30 0.31 320.53 0.76 0.39
Hex B0 18 7C 0 56 1E 1F 141 4C 27
Octal 260 30 174 0 126 36 37 501 114 47
Binary 10110000 11000 1111100 0 1010110 11110 11111 101000001 1001100 100111

Color Harmonies of #B0187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0187C

Black with #B0187C

Text Example


Text Example

White with #B0187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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