Html Css Color HEX #B426AC Medium Red Violet

📋 copy color: '#B426AC'

red 180 ◦ green 38 ◦ blue 172

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

Shades of Medium Red Violet #B426AC

Tints of Medium Red Violet #B426AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.74%

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

R = 46.15%
G = 9.74%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B426AC (or 0xB426AC) is known color: Medium Red Violet. HEX triplet: B4, 26 and AC. RGB value is (180,38,172). Sum of RGB (Red+Green+Blue) = 180+38+172=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B426AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B426AC is #4BD953. Grayscale: #5F5F5F. Windows color (decimal): -4970836 or 11282100. OLE color: 11282100.

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

Color convert

RGB 180 38 172 -
CMYK 0 0.79 0.04 0.29
HSL 303.38º 0.65% 0.43% -
HSV(B) 303.38º 0.79% 0.71% -
XYZ 26.96 14.07 40.32 -
YUV 95.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 180 38 172 0 0.79 0.04 0.29 303.38 0.65 0.43
Hex B4 26 AC 0 4F 4 1D 12F 41 2B
Octal 264 46 254 0 117 4 35 457 101 53
Binary 10110100 100110 10101100 0 1001111 100 11101 100101111 1000001 101011

Color Harmonies of #B426AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426AC

Black with #B426AC

Text Example


Text Example

White with #B426AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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