Html Css Color HEX #B340A1 Medium Red Violet

📋 copy color: '#B340A1'

red 179 ◦ green 64 ◦ blue 161

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

Shades of Medium Red Violet #B340A1

Tints of Medium Red Violet #B340A1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

 BLUE value IS 161 (63.28% from 255) = 39.85%

R = 44.31%
G = 15.84%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B340A1 (or 0xB340A1) is known color: Medium Red Violet. HEX triplet: B3, 40 and A1. RGB value is (179,64,161). Sum of RGB (Red+Green+Blue) = 179+64+161=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B340A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340A1 is #4CBF5E. Grayscale: #6D6D6D. Windows color (decimal): -5029727 or 10567859. OLE color: 10567859.

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

Color convert

RGB 179 64 161 -
CMYK 0 0.64 0.10 0.30
HSL 309.39º 0.47% 0.48% -
HSV(B) 309.39º 0.64% 0.7% -
XYZ 26.86 15.82 35.36 -
YUV 109.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 179 64 161 0 0.64 0.10 0.30 309.39 0.47 0.48
Hex B3 40 A1 0 40 A 1E 135 2F 30
Octal 263 100 241 0 100 12 36 465 57 60
Binary 10110011 1000000 10100001 0 1000000 1010 11110 100110101 101111 110000

Color Harmonies of #B340A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340A1

Black with #B340A1

Text Example


Text Example

White with #B340A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340A1; }

 p { color: rgb(179,64,161); }

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

background-color css

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

 a { background-color: rgb(179,64,161); }

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

border-color css

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

 span { border-color: rgb(179,64,161); }

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