Html Css Color HEX #B3248F Medium Red Violet

📋 copy color: '#B3248F'

red 179 ◦ green 36 ◦ blue 143

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

Shades of Medium Red Violet #B3248F

Tints of Medium Red Violet #B3248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.06%

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

R = 50%
G = 10.06%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3248F (or 0xB3248F) is known color: Medium Red Violet. HEX triplet: B3, 24 and 8F. RGB value is (179,36,143). Sum of RGB (Red+Green+Blue) = 179+36+143=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3248F is #4CDB70. Grayscale: #5A5A5A. Windows color (decimal): -5036913 or 9381043. OLE color: 9381043.

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

Color convert

RGB 179 36 143 -
CMYK 0 0.80 0.20 0.30
HSL 315.1º 0.67% 0.42% -
HSV(B) 315.1º 0.8% 0.7% -
XYZ 24.18 12.83 27.19 -
YUV 90.96 157.38 190.8 -
System Red Green Blue C M Y K H S L
Decimal 179 36 143 0 0.80 0.20 0.30 315.1 0.67 0.42
Hex B3 24 8F 0 50 14 1E 13B 43 2A
Octal 263 44 217 0 120 24 36 473 103 52
Binary 10110011 100100 10001111 0 1010000 10100 11110 100111011 1000011 101010

Color Harmonies of #B3248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3248F

Black with #B3248F

Text Example


Text Example

White with #B3248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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