Html Css Color HEX #B2448D Medium Red Violet

📋 copy color: '#B2448D'

red 178 ◦ green 68 ◦ blue 141

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

Shades of Medium Red Violet #B2448D

Tints of Medium Red Violet #B2448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 45.99%
G = 17.57%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2448D (or 0xB2448D) is known color: Medium Red Violet. HEX triplet: B2, 44 and 8D. RGB value is (178,68,141). Sum of RGB (Red+Green+Blue) = 178+68+141=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2448D is #4DBB72. Grayscale: #6D6D6D. Windows color (decimal): -5094259 or 9258162. OLE color: 9258162.

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

Color convert

RGB 178 68 141 -
CMYK 0 0.62 0.21 0.30
HSL 320.18º 0.45% 0.48% -
HSV(B) 320.18º 0.62% 0.7% -
XYZ 25.23 15.52 26.87 -
YUV 109.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 178 68 141 0 0.62 0.21 0.30 320.18 0.45 0.48
Hex B2 44 8D 0 3E 15 1E 140 2D 30
Octal 262 104 215 0 76 25 36 500 55 60
Binary 10110010 1000100 10001101 0 111110 10101 11110 101000000 101101 110000

Color Harmonies of #B2448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2448D

Black with #B2448D

Text Example


Text Example

White with #B2448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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