Html Css Color HEX #B2187D Medium Violet Red

📋 copy color: '#B2187D'

red 178 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #B2187D

Tints of Medium Violet Red #B2187D

RGB

 RED value IS 178 (69.92% from 255) = 54.43%

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

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

R = 54.43%
G = 7.34%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2187D (or 0xB2187D) is known color: Medium Violet Red. HEX triplet: B2, 18 and 7D. RGB value is (178,24,125). Sum of RGB (Red+Green+Blue) = 178+24+125=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2187D is #4DE782. Grayscale: #515151. Windows color (decimal): -5105539 or 8198322. OLE color: 8198322.

HSL color Cylindrical-coordinate representation of color #B2187D: hue angle of 320.65º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2187D is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 125 -
CMYK 0 0.87 0.30 0.30
HSL 320.65º 0.76% 0.4% -
HSV(B) 320.65º 0.87% 0.7% -
XYZ 22.39 11.6 20.46 -
YUV 81.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 178 24 125 0 0.87 0.30 0.30 320.65 0.76 0.4
Hex B2 18 7D 0 57 1E 1E 141 4C 28
Octal 262 30 175 0 127 36 36 501 114 50
Binary 10110010 11000 1111101 0 1010111 11110 11110 101000001 1001100 101000

Color Harmonies of #B2187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2187D

Black with #B2187D

Text Example


Text Example

White with #B2187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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