Html Css Color HEX #B3248A Medium Red Violet

📋 copy color: '#B3248A'

red 179 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #B3248A

Tints of Medium Red Violet #B3248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 50.71%
G = 10.2%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3248A (or 0xB3248A) is known color: Medium Red Violet. HEX triplet: B3, 24 and 8A. RGB value is (179,36,138). Sum of RGB (Red+Green+Blue) = 179+36+138=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3248A is #4CDB75. Grayscale: #5A5A5A. Windows color (decimal): -5036918 or 9053363. OLE color: 9053363.

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

Color convert

RGB 179 36 138 -
CMYK 0 0.80 0.23 0.30
HSL 317.2º 0.67% 0.42% -
HSV(B) 317.2º 0.8% 0.7% -
XYZ 23.81 12.68 25.24 -
YUV 90.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 179 36 138 0 0.80 0.23 0.30 317.2 0.67 0.42
Hex B3 24 8A 0 50 17 1E 13D 43 2A
Octal 263 44 212 0 120 27 36 475 103 52
Binary 10110011 100100 10001010 0 1010000 10111 11110 100111101 1000011 101010

Color Harmonies of #B3248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3248A

Black with #B3248A

Text Example


Text Example

White with #B3248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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