Html Css Color HEX #B3429A Medium Red Violet

📋 copy color: '#B3429A'

red 179 ◦ green 66 ◦ blue 154

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

Shades of Medium Red Violet #B3429A

Tints of Medium Red Violet #B3429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.54%

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 44.86%
G = 16.54%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B3429A (or 0xB3429A) is known color: Medium Red Violet. HEX triplet: B3, 42 and 9A. RGB value is (179,66,154). Sum of RGB (Red+Green+Blue) = 179+66+154=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B3429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3429A is #4CBD65. Grayscale: #6D6D6D. Windows color (decimal): -5029222 or 10109619. OLE color: 10109619.

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

Color convert

RGB 179 66 154 -
CMYK 0 0.63 0.14 0.30
HSL 313.27º 0.46% 0.48% -
HSV(B) 313.27º 0.63% 0.7% -
XYZ 26.37 15.81 32.23 -
YUV 109.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 179 66 154 0 0.63 0.14 0.30 313.27 0.46 0.48
Hex B3 42 9A 0 3F E 1E 139 2E 30
Octal 263 102 232 0 77 16 36 471 56 60
Binary 10110011 1000010 10011010 0 111111 1110 11110 100111001 101110 110000

Color Harmonies of #B3429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3429A

Black with #B3429A

Text Example


Text Example

White with #B3429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3429A; }

 p { color: rgb(179,66,154); }

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

background-color css

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

 a { background-color: rgb(179,66,154); }

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

border-color css

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

 span { border-color: rgb(179,66,154); }

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