Html Css Color HEX #B3418B Medium Red Violet

📋 copy color: '#B3418B'

red 179 ◦ green 65 ◦ blue 139

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

Shades of Medium Red Violet #B3418B

Tints of Medium Red Violet #B3418B

RGB

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

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

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

R = 46.74%
G = 16.97%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3418B (or 0xB3418B) is known color: Medium Red Violet. HEX triplet: B3, 41 and 8B. RGB value is (179,65,139). Sum of RGB (Red+Green+Blue) = 179+65+139=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B3418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3418B is #4CBE74. Grayscale: #6B6B6B. Windows color (decimal): -5029493 or 9126323. OLE color: 9126323.

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

Color convert

RGB 179 65 139 -
CMYK 0 0.64 0.22 0.30
HSL 321.05º 0.47% 0.48% -
HSV(B) 321.05º 0.64% 0.7% -
XYZ 25.14 15.23 26.04 -
YUV 107.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 179 65 139 0 0.64 0.22 0.30 321.05 0.47 0.48
Hex B3 41 8B 0 40 16 1E 141 2F 30
Octal 263 101 213 0 100 26 36 501 57 60
Binary 10110011 1000001 10001011 0 1000000 10110 11110 101000001 101111 110000

Color Harmonies of #B3418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3418B

Black with #B3418B

Text Example


Text Example

White with #B3418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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