Html Css Color HEX #B0187D Medium Violet Red

📋 copy color: '#B0187D'

red 176 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #B0187D

Tints of Medium Violet Red #B0187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 54.15%
G = 7.38%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0187D (or 0xB0187D) is known color: Medium Violet Red. HEX triplet: B0, 18 and 7D. RGB value is (176,24,125). Sum of RGB (Red+Green+Blue) = 176+24+125=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0187D is #4FE782. Grayscale: #505050. Windows color (decimal): -5236611 or 8198320. OLE color: 8198320.

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

Color convert

RGB 176 24 125 -
CMYK 0 0.86 0.29 0.31
HSL 320.13º 0.76% 0.39% -
HSV(B) 320.13º 0.86% 0.69% -
XYZ 21.93 11.36 20.44 -
YUV 80.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 176 24 125 0 0.86 0.29 0.31 320.13 0.76 0.39
Hex B0 18 7D 0 56 1D 1F 140 4C 27
Octal 260 30 175 0 126 35 37 500 114 47
Binary 10110000 11000 1111101 0 1010110 11101 11111 101000000 1001100 100111

Color Harmonies of #B0187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0187D

Black with #B0187D

Text Example


Text Example

White with #B0187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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