Html Css Color HEX #B3298B Medium Red Violet

📋 copy color: '#B3298B'

red 179 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #B3298B

Tints of Medium Red Violet #B3298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 49.86%
G = 11.42%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3298B (or 0xB3298B) is known color: Medium Red Violet. HEX triplet: B3, 29 and 8B. RGB value is (179,41,139). Sum of RGB (Red+Green+Blue) = 179+41+139=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3298B is #4CD674. Grayscale: #5D5D5D. Windows color (decimal): -5035637 or 9120179. OLE color: 9120179.

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

Color convert

RGB 179 41 139 -
CMYK 0 0.77 0.22 0.30
HSL 317.39º 0.63% 0.43% -
HSV(B) 317.39º 0.77% 0.7% -
XYZ 24.04 13.03 25.67 -
YUV 93.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 179 41 139 0 0.77 0.22 0.30 317.39 0.63 0.43
Hex B3 29 8B 0 4D 16 1E 13D 3F 2B
Octal 263 51 213 0 115 26 36 475 77 53
Binary 10110011 101001 10001011 0 1001101 10110 11110 100111101 111111 101011

Color Harmonies of #B3298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3298B

Black with #B3298B

Text Example


Text Example

White with #B3298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3298B; }

 p { color: rgb(179,41,139); }

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

background-color css

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

 a { background-color: rgb(179,41,139); }

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

border-color css

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

 span { border-color: rgb(179,41,139); }

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