Html Css Color HEX #B3288D Medium Red Violet

📋 copy color: '#B3288D'

red 179 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #B3288D

Tints of Medium Red Violet #B3288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.11%

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

R = 49.72%
G = 11.11%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3288D (or 0xB3288D) is known color: Medium Red Violet. HEX triplet: B3, 28 and 8D. RGB value is (179,40,141). Sum of RGB (Red+Green+Blue) = 179+40+141=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3288D is #4CD772. Grayscale: #5C5C5C. Windows color (decimal): -5035891 or 9250995. OLE color: 9250995.

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

Color convert

RGB 179 40 141 -
CMYK 0 0.78 0.21 0.30
HSL 316.4º 0.63% 0.43% -
HSV(B) 316.4º 0.78% 0.7% -
XYZ 24.16 13.02 26.44 -
YUV 93.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 179 40 141 0 0.78 0.21 0.30 316.4 0.63 0.43
Hex B3 28 8D 0 4E 15 1E 13C 3F 2B
Octal 263 50 215 0 116 25 36 474 77 53
Binary 10110011 101000 10001101 0 1001110 10101 11110 100111100 111111 101011

Color Harmonies of #B3288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3288D

Black with #B3288D

Text Example


Text Example

White with #B3288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3288D; }

 p { color: rgb(179,40,141); }

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

background-color css

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

 a { background-color: rgb(179,40,141); }

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

border-color css

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

 span { border-color: rgb(179,40,141); }

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