Html Css Color HEX #B425AD Medium Red Violet

📋 copy color: '#B425AD'

red 180 ◦ green 37 ◦ blue 173

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

Shades of Medium Red Violet #B425AD

Tints of Medium Red Violet #B425AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 46.15%
G = 9.49%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B425AD (or 0xB425AD) is known color: Medium Red Violet. HEX triplet: B4, 25 and AD. RGB value is (180,37,173). Sum of RGB (Red+Green+Blue) = 180+37+173=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B425AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B425AD is #4BDA52. Grayscale: #5E5E5E. Windows color (decimal): -4971091 or 11347380. OLE color: 11347380.

HSL color Cylindrical-coordinate representation of color #B425AD: hue angle of 302.94º 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 #B425AD is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 173 -
CMYK 0 0.79 0.04 0.29
HSL 302.94º 0.66% 0.43% -
HSV(B) 302.94º 0.79% 0.71% -
XYZ 27.03 14.04 40.82 -
YUV 95.26 171.88 188.44 -
System Red Green Blue C M Y K H S L
Decimal 180 37 173 0 0.79 0.04 0.29 302.94 0.66 0.43
Hex B4 25 AD 0 4F 4 1D 12F 42 2B
Octal 264 45 255 0 117 4 35 457 102 53
Binary 10110100 100101 10101101 0 1001111 100 11101 100101111 1000010 101011

Color Harmonies of #B425AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425AD

Black with #B425AD

Text Example


Text Example

White with #B425AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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