Html Css Color HEX #B026A2 Medium Red Violet

📋 copy color: '#B026A2'

red 176 ◦ green 38 ◦ blue 162

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

Shades of Medium Red Violet #B026A2

Tints of Medium Red Violet #B026A2

RGB

 RED value IS 176 (69.14% from 255) = 46.81%

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

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

R = 46.81%
G = 10.11%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B026A2 (or 0xB026A2) is known color: Medium Red Violet. HEX triplet: B0, 26 and A2. RGB value is (176,38,162). Sum of RGB (Red+Green+Blue) = 176+38+162=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B026A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B026A2 is #4FD95D. Grayscale: #5D5D5D. Windows color (decimal): -5232990 or 10626736. OLE color: 10626736.

HSL color Cylindrical-coordinate representation of color #B026A2: hue angle of 306.09º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B026A2 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 162 -
CMYK 0 0.78 0.08 0.31
HSL 306.09º 0.64% 0.42% -
HSV(B) 306.09º 0.78% 0.69% -
XYZ 25.12 13.22 35.41 -
YUV 93.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 176 38 162 0 0.78 0.08 0.31 306.09 0.64 0.42
Hex B0 26 A2 0 4E 8 1F 132 40 2A
Octal 260 46 242 0 116 10 37 462 100 52
Binary 10110000 100110 10100010 0 1001110 1000 11111 100110010 1000000 101010

Color Harmonies of #B026A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B026A2

Black with #B026A2

Text Example


Text Example

White with #B026A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B026A2; }

 p { color: rgb(176,38,162); }

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

background-color css

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

 a { background-color: rgb(176,38,162); }

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

border-color css

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

 span { border-color: rgb(176,38,162); }

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