Html Css Color HEX #B425A5 Medium Red Violet

📋 copy color: '#B425A5'

red 180 ◦ green 37 ◦ blue 165

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

Shades of Medium Red Violet #B425A5

Tints of Medium Red Violet #B425A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.19%

R = 47.12%
G = 9.69%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B425A5 (or 0xB425A5) is known color: Medium Red Violet. HEX triplet: B4, 25 and A5. RGB value is (180,37,165). Sum of RGB (Red+Green+Blue) = 180+37+165=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B425A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B425A5 is #4BDA5A. Grayscale: #5D5D5D. Windows color (decimal): -4971099 or 10823092. OLE color: 10823092.

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

Color convert

RGB 180 37 165 -
CMYK 0 0.79 0.08 0.29
HSL 306.29º 0.66% 0.43% -
HSV(B) 306.29º 0.79% 0.71% -
XYZ 26.28 13.74 36.87 -
YUV 94.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 180 37 165 0 0.79 0.08 0.29 306.29 0.66 0.43
Hex B4 25 A5 0 4F 8 1D 132 42 2B
Octal 264 45 245 0 117 10 35 462 102 53
Binary 10110100 100101 10100101 0 1001111 1000 11101 100110010 1000010 101011

Color Harmonies of #B425A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B425A5

Black with #B425A5

Text Example


Text Example

White with #B425A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B425A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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