Html Css Color HEX #B3218F Medium Red Violet

📋 copy color: '#B3218F'

red 179 ◦ green 33 ◦ blue 143

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

Shades of Medium Red Violet #B3218F

Tints of Medium Red Violet #B3218F

RGB

 RED value IS 179 (70.31% from 255) = 50.42%

 GREEN value IS 33 (13.28% from 255) = 9.3%

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 50.42%
G = 9.3%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3218F (or 0xB3218F) is known color: Medium Red Violet. HEX triplet: B3, 21 and 8F. RGB value is (179,33,143). Sum of RGB (Red+Green+Blue) = 179+33+143=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3218F is #4CDE70. Grayscale: #585858. Windows color (decimal): -5037681 or 9380275. OLE color: 9380275.

HSL color Cylindrical-coordinate representation of color #B3218F: hue angle of 314.79º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3218F is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 33 143 -
CMYK 0 0.82 0.20 0.30
HSL 314.79º 0.69% 0.42% -
HSV(B) 314.79º 0.82% 0.7% -
XYZ 24.09 12.65 27.16 -
YUV 89.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 179 33 143 0 0.82 0.20 0.30 314.79 0.69 0.42
Hex B3 21 8F 0 52 14 1E 13B 45 2A
Octal 263 41 217 0 122 24 36 473 105 52
Binary 10110011 100001 10001111 0 1010010 10100 11110 100111011 1000101 101010

Color Harmonies of #B3218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3218F

Black with #B3218F

Text Example


Text Example

White with #B3218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3218F; }

 p { color: rgb(179,33,143); }

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

background-color css

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

 a { background-color: rgb(179,33,143); }

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

border-color css

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

 span { border-color: rgb(179,33,143); }

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