Html Css Color HEX #B3418A Medium Red Violet

📋 copy color: '#B3418A'

red 179 ◦ green 65 ◦ blue 138

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

Shades of Medium Red Violet #B3418A

Tints of Medium Red Violet #B3418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 46.86%
G = 17.02%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3418A (or 0xB3418A) is known color: Medium Red Violet. HEX triplet: B3, 41 and 8A. RGB value is (179,65,138). Sum of RGB (Red+Green+Blue) = 179+65+138=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B3418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3418A is #4CBE75. Grayscale: #6B6B6B. Windows color (decimal): -5029494 or 9060787. OLE color: 9060787.

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

Color convert

RGB 179 65 138 -
CMYK 0 0.64 0.23 0.30
HSL 321.58º 0.47% 0.48% -
HSV(B) 321.58º 0.64% 0.7% -
XYZ 25.07 15.2 25.66 -
YUV 107.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 179 65 138 0 0.64 0.23 0.30 321.58 0.47 0.48
Hex B3 41 8A 0 40 17 1E 142 2F 30
Octal 263 101 212 0 100 27 36 502 57 60
Binary 10110011 1000001 10001010 0 1000000 10111 11110 101000010 101111 110000

Color Harmonies of #B3418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3418A

Black with #B3418A

Text Example


Text Example

White with #B3418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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