Html Css Color HEX #B3419B Medium Red Violet

📋 copy color: '#B3419B'

red 179 ◦ green 65 ◦ blue 155

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

Shades of Medium Red Violet #B3419B

Tints of Medium Red Violet #B3419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 44.86%
G = 16.29%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3419B (or 0xB3419B) is known color: Medium Red Violet. HEX triplet: B3, 41 and 9B. RGB value is (179,65,155). Sum of RGB (Red+Green+Blue) = 179+65+155=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B3419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3419B is #4CBE64. Grayscale: #6D6D6D. Windows color (decimal): -5029477 or 10174899. OLE color: 10174899.

HSL color Cylindrical-coordinate representation of color #B3419B: hue angle of 312.63º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3419B is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 155 -
CMYK 0 0.64 0.13 0.30
HSL 312.63º 0.47% 0.48% -
HSV(B) 312.63º 0.64% 0.7% -
XYZ 26.4 15.73 32.66 -
YUV 109.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 179 65 155 0 0.64 0.13 0.30 312.63 0.47 0.48
Hex B3 41 9B 0 40 D 1E 139 2F 30
Octal 263 101 233 0 100 15 36 471 57 60
Binary 10110011 1000001 10011011 0 1000000 1101 11110 100111001 101111 110000

Color Harmonies of #B3419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3419B

Black with #B3419B

Text Example


Text Example

White with #B3419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3419B; }

 p { color: rgb(179,65,155); }

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

background-color css

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

 a { background-color: rgb(179,65,155); }

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

border-color css

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

 span { border-color: rgb(179,65,155); }

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