Html Css Color HEX #B3248C Medium Red Violet

📋 copy color: '#B3248C'

red 179 ◦ green 36 ◦ blue 140

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

Shades of Medium Red Violet #B3248C

Tints of Medium Red Violet #B3248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 50.42%
G = 10.14%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3248C (or 0xB3248C) is known color: Medium Red Violet. HEX triplet: B3, 24 and 8C. RGB value is (179,36,140). Sum of RGB (Red+Green+Blue) = 179+36+140=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3248C is #4CDB73. Grayscale: #5A5A5A. Windows color (decimal): -5036916 or 9184435. OLE color: 9184435.

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

Color convert

RGB 179 36 140 -
CMYK 0 0.80 0.22 0.30
HSL 316.36º 0.67% 0.42% -
HSV(B) 316.36º 0.8% 0.7% -
XYZ 23.95 12.74 26.01 -
YUV 90.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 179 36 140 0 0.80 0.22 0.30 316.36 0.67 0.42
Hex B3 24 8C 0 50 16 1E 13C 43 2A
Octal 263 44 214 0 120 26 36 474 103 52
Binary 10110011 100100 10001100 0 1010000 10110 11110 100111100 1000011 101010

Color Harmonies of #B3248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3248C

Black with #B3248C

Text Example


Text Example

White with #B3248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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