Html Css Color HEX #B426AB Medium Red Violet

📋 copy color: '#B426AB'

red 180 ◦ green 38 ◦ blue 171

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

Shades of Medium Red Violet #B426AB

Tints of Medium Red Violet #B426AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 46.27%
G = 9.77%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B426AB (or 0xB426AB) is known color: Medium Red Violet. HEX triplet: B4, 26 and AB. RGB value is (180,38,171). Sum of RGB (Red+Green+Blue) = 180+38+171=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B426AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B426AB is #4BD954. Grayscale: #5F5F5F. Windows color (decimal): -4970837 or 11216564. OLE color: 11216564.

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

Color convert

RGB 180 38 171 -
CMYK 0 0.79 0.05 0.29
HSL 303.8º 0.65% 0.43% -
HSV(B) 303.8º 0.79% 0.71% -
XYZ 26.87 14.03 39.82 -
YUV 95.62 170.54 188.19 -
System Red Green Blue C M Y K H S L
Decimal 180 38 171 0 0.79 0.05 0.29 303.8 0.65 0.43
Hex B4 26 AB 0 4F 5 1D 130 41 2B
Octal 264 46 253 0 117 5 35 460 101 53
Binary 10110100 100110 10101011 0 1001111 101 11101 100110000 1000001 101011

Color Harmonies of #B426AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B426AB

Black with #B426AB

Text Example


Text Example

White with #B426AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B426AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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