Html Css Color HEX #B423A2 Medium Red Violet

📋 copy color: '#B423A2'

red 180 ◦ green 35 ◦ blue 162

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

Shades of Medium Red Violet #B423A2

Tints of Medium Red Violet #B423A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.97%

R = 47.75%
G = 9.28%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B423A2 (or 0xB423A2) is known color: Medium Red Violet. HEX triplet: B4, 23 and A2. RGB value is (180,35,162). Sum of RGB (Red+Green+Blue) = 180+35+162=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B423A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B423A2 is #4BDC5D. Grayscale: #5C5C5C. Windows color (decimal): -4971614 or 10625972. OLE color: 10625972.

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

Color convert

RGB 180 35 162 -
CMYK 0 0.81 0.1 0.29
HSL 307.45º 0.67% 0.42% -
HSV(B) 307.45º 0.81% 0.71% -
XYZ 25.95 13.51 35.42 -
YUV 92.83 167.04 190.17 -
System Red Green Blue C M Y K H S L
Decimal 180 35 162 0 0.81 0.1 0.29 307.45 0.67 0.42
Hex B4 23 A2 0 51 A 1D 133 43 2A
Octal 264 43 242 0 121 12 35 463 103 52
Binary 10110100 100011 10100010 0 1010001 1010 11101 100110011 1000011 101010

Color Harmonies of #B423A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423A2

Black with #B423A2

Text Example


Text Example

White with #B423A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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