Html Css Color HEX #B423A5 Medium Red Violet

📋 copy color: '#B423A5'

red 180 ◦ green 35 ◦ blue 165

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

Shades of Medium Red Violet #B423A5

Tints of Medium Red Violet #B423A5

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.21%

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

R = 47.37%
G = 9.21%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B423A5 (or 0xB423A5) is known color: Medium Red Violet. HEX triplet: B4, 23 and A5. RGB value is (180,35,165). Sum of RGB (Red+Green+Blue) = 180+35+165=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B423A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423A5 is #4BDC5A. Grayscale: #5C5C5C. Windows color (decimal): -4971611 or 10822580. OLE color: 10822580.

HSL color Cylindrical-coordinate representation of color #B423A5: hue angle of 306.21º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B423A5 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 35 165 -
CMYK 0 0.81 0.08 0.29
HSL 306.21º 0.67% 0.42% -
HSV(B) 306.21º 0.81% 0.71% -
XYZ 26.21 13.62 36.84 -
YUV 93.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 180 35 165 0 0.81 0.08 0.29 306.21 0.67 0.42
Hex B4 23 A5 0 51 8 1D 132 43 2A
Octal 264 43 245 0 121 10 35 462 103 52
Binary 10110100 100011 10100101 0 1010001 1000 11101 100110010 1000011 101010

Color Harmonies of #B423A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423A5

Black with #B423A5

Text Example


Text Example

White with #B423A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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