Html Css Color HEX #B2458D Medium Red Violet

📋 copy color: '#B2458D'

red 178 ◦ green 69 ◦ blue 141

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

Shades of Medium Red Violet #B2458D

Tints of Medium Red Violet #B2458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 45.88%
G = 17.78%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2458D (or 0xB2458D) is known color: Medium Red Violet. HEX triplet: B2, 45 and 8D. RGB value is (178,69,141). Sum of RGB (Red+Green+Blue) = 178+69+141=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2458D is #4DBA72. Grayscale: #6D6D6D. Windows color (decimal): -5094003 or 9258418. OLE color: 9258418.

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

Color convert

RGB 178 69 141 -
CMYK 0 0.61 0.21 0.30
HSL 320.37º 0.44% 0.48% -
HSV(B) 320.37º 0.61% 0.7% -
XYZ 25.3 15.64 26.89 -
YUV 109.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 178 69 141 0 0.61 0.21 0.30 320.37 0.44 0.48
Hex B2 45 8D 0 3D 15 1E 140 2C 30
Octal 262 105 215 0 75 25 36 500 54 60
Binary 10110010 1000101 10001101 0 111101 10101 11110 101000000 101100 110000

Color Harmonies of #B2458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2458D

Black with #B2458D

Text Example


Text Example

White with #B2458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2458D; }

 p { color: rgb(178,69,141); }

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

background-color css

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

 a { background-color: rgb(178,69,141); }

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

border-color css

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

 span { border-color: rgb(178,69,141); }

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