Html Css Color HEX #B2437F Medium Red Violet

📋 copy color: '#B2437F'

red 178 ◦ green 67 ◦ blue 127

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

Shades of Medium Red Violet #B2437F

Tints of Medium Red Violet #B2437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.01%

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

R = 47.85%
G = 18.01%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2437F (or 0xB2437F) is known color: Medium Red Violet. HEX triplet: B2, 43 and 7F. RGB value is (178,67,127). Sum of RGB (Red+Green+Blue) = 178+67+127=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2437F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2437F is #4DBC80. Grayscale: #6A6A6A. Windows color (decimal): -5094529 or 8340402. OLE color: 8340402.

HSL color Cylindrical-coordinate representation of color #B2437F: hue angle of 327.57º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2437F is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 67 127 -
CMYK 0 0.62 0.29 0.30
HSL 327.57º 0.45% 0.48% -
HSV(B) 327.57º 0.62% 0.7% -
XYZ 24.2 15.01 21.7 -
YUV 107.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 178 67 127 0 0.62 0.29 0.30 327.57 0.45 0.48
Hex B2 43 7F 0 3E 1D 1E 148 2D 30
Octal 262 103 177 0 76 35 36 510 55 60
Binary 10110010 1000011 1111111 0 111110 11101 11110 101001000 101101 110000

Color Harmonies of #B2437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2437F

Black with #B2437F

Text Example


Text Example

White with #B2437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2437F; }

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

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

background-color css

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

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

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

border-color css

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

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

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