Html Css Color HEX #B2187F Medium Violet Red

📋 copy color: '#B2187F'

red 178 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #B2187F

Tints of Medium Violet Red #B2187F

RGB

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

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

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

R = 54.1%
G = 7.29%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2187F (or 0xB2187F) is known color: Medium Violet Red. HEX triplet: B2, 18 and 7F. RGB value is (178,24,127). Sum of RGB (Red+Green+Blue) = 178+24+127=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2187F is #4DE780. Grayscale: #515151. Windows color (decimal): -5105537 or 8329394. OLE color: 8329394.

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

Color convert

RGB 178 24 127 -
CMYK 0 0.87 0.29 0.30
HSL 319.87º 0.76% 0.4% -
HSV(B) 319.87º 0.87% 0.7% -
XYZ 22.52 11.65 21.14 -
YUV 81.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 178 24 127 0 0.87 0.29 0.30 319.87 0.76 0.4
Hex B2 18 7F 0 57 1D 1E 140 4C 28
Octal 262 30 177 0 127 35 36 500 114 50
Binary 10110010 11000 1111111 0 1010111 11101 11110 101000000 1001100 101000

Color Harmonies of #B2187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2187F

Black with #B2187F

Text Example


Text Example

White with #B2187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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