Html Css Color HEX #B423AA Medium Red Violet

📋 copy color: '#B423AA'

red 180 ◦ green 35 ◦ blue 170

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

Shades of Medium Red Violet #B423AA

Tints of Medium Red Violet #B423AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 46.75%
G = 9.09%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B423AA (or 0xB423AA) is known color: Medium Red Violet. HEX triplet: B4, 23 and AA. RGB value is (180,35,170). Sum of RGB (Red+Green+Blue) = 180+35+170=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B423AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423AA is #4BDC55. Grayscale: #5D5D5D. Windows color (decimal): -4971606 or 11150260. OLE color: 11150260.

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

Color convert

RGB 180 35 170 -
CMYK 0 0.81 0.06 0.29
HSL 304.14º 0.67% 0.42% -
HSV(B) 304.14º 0.81% 0.71% -
XYZ 26.68 13.81 39.29 -
YUV 93.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 180 35 170 0 0.81 0.06 0.29 304.14 0.67 0.42
Hex B4 23 AA 0 51 6 1D 130 43 2A
Octal 264 43 252 0 121 6 35 460 103 52
Binary 10110100 100011 10101010 0 1010001 110 11101 100110000 1000011 101010

Color Harmonies of #B423AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423AA

Black with #B423AA

Text Example


Text Example

White with #B423AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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