Html Css Color HEX #B423AC Medium Red Violet

📋 copy color: '#B423AC'

red 180 ◦ green 35 ◦ blue 172

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

Shades of Medium Red Violet #B423AC

Tints of Medium Red Violet #B423AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 46.51%
G = 9.04%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B423AC (or 0xB423AC) is known color: Medium Red Violet. HEX triplet: B4, 23 and AC. RGB value is (180,35,172). Sum of RGB (Red+Green+Blue) = 180+35+172=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B423AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423AC is #4BDC53. Grayscale: #5D5D5D. Windows color (decimal): -4971604 or 11281332. OLE color: 11281332.

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

Color convert

RGB 180 35 172 -
CMYK 0 0.81 0.04 0.29
HSL 303.31º 0.67% 0.42% -
HSV(B) 303.31º 0.81% 0.71% -
XYZ 26.87 13.88 40.29 -
YUV 93.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 180 35 172 0 0.81 0.04 0.29 303.31 0.67 0.42
Hex B4 23 AC 0 51 4 1D 12F 43 2A
Octal 264 43 254 0 121 4 35 457 103 52
Binary 10110100 100011 10101100 0 1010001 100 11101 100101111 1000011 101010

Color Harmonies of #B423AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423AC

Black with #B423AC

Text Example


Text Example

White with #B423AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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