Html Css Color HEX #B425A9 Medium Red Violet

📋 copy color: '#B425A9'

red 180 ◦ green 37 ◦ blue 169

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

Shades of Medium Red Violet #B425A9

Tints of Medium Red Violet #B425A9

RGB

 RED value IS 180 (70.7% from 255) = 46.63%

 GREEN value IS 37 (14.84% from 255) = 9.59%

 BLUE value IS 169 (66.41% from 255) = 43.78%

R = 46.63%
G = 9.59%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B425A9 (or 0xB425A9) is known color: Medium Red Violet. HEX triplet: B4, 25 and A9. RGB value is (180,37,169). Sum of RGB (Red+Green+Blue) = 180+37+169=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B425A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B425A9 is #4BDA56. Grayscale: #5E5E5E. Windows color (decimal): -4971095 or 11085236. OLE color: 11085236.

HSL color Cylindrical-coordinate representation of color #B425A9: hue angle of 304.62º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B425A9 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 169 -
CMYK 0 0.79 0.06 0.29
HSL 304.62º 0.66% 0.43% -
HSV(B) 304.62º 0.79% 0.71% -
XYZ 26.65 13.89 38.81 -
YUV 94.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 180 37 169 0 0.79 0.06 0.29 304.62 0.66 0.43
Hex B4 25 A9 0 4F 6 1D 131 42 2B
Octal 264 45 251 0 117 6 35 461 102 53
Binary 10110100 100101 10101001 0 1001111 110 11101 100110001 1000010 101011

Color Harmonies of #B425A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425A9

Black with #B425A9

Text Example


Text Example

White with #B425A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425A9; }

 p { color: rgb(180,37,169); }

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

background-color css

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

 a { background-color: rgb(180,37,169); }

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

border-color css

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

 span { border-color: rgb(180,37,169); }

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