Html Css Color HEX #B2318D Medium Red Violet

📋 copy color: '#B2318D'

red 178 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #B2318D

Tints of Medium Red Violet #B2318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.32%

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

R = 48.37%
G = 13.32%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2318D (or 0xB2318D) is known color: Medium Red Violet. HEX triplet: B2, 31 and 8D. RGB value is (178,49,141). Sum of RGB (Red+Green+Blue) = 178+49+141=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2318D is #4DCE72. Grayscale: #616161. Windows color (decimal): -5099123 or 9253298. OLE color: 9253298.

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

Color convert

RGB 178 49 141 -
CMYK 0 0.72 0.21 0.30
HSL 317.21º 0.57% 0.45% -
HSV(B) 317.21º 0.72% 0.7% -
XYZ 24.27 13.58 26.54 -
YUV 98.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 178 49 141 0 0.72 0.21 0.30 317.21 0.57 0.45
Hex B2 31 8D 0 48 15 1E 13D 39 2D
Octal 262 61 215 0 110 25 36 475 71 55
Binary 10110010 110001 10001101 0 1001000 10101 11110 100111101 111001 101101

Color Harmonies of #B2318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2318D

Black with #B2318D

Text Example


Text Example

White with #B2318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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