Html Css Color HEX #B226A6 Medium Red Violet

📋 copy color: '#B226A6'

red 178 ◦ green 38 ◦ blue 166

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

Shades of Medium Red Violet #B226A6

Tints of Medium Red Violet #B226A6

RGB

 RED value IS 178 (69.92% from 255) = 46.6%

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

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 46.6%
G = 9.95%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B226A6 (or 0xB226A6) is known color: Medium Red Violet. HEX triplet: B2, 26 and A6. RGB value is (178,38,166). Sum of RGB (Red+Green+Blue) = 178+38+166=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B226A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B226A6 is #4DD959. Grayscale: #5E5E5E. Windows color (decimal): -5101914 or 10888882. OLE color: 10888882.

HSL color Cylindrical-coordinate representation of color #B226A6: hue angle of 305.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B226A6 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 38 166 -
CMYK 0 0.79 0.07 0.30
HSL 305.14º 0.65% 0.42% -
HSV(B) 305.14º 0.79% 0.7% -
XYZ 25.94 13.6 37.34 -
YUV 94.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 178 38 166 0 0.79 0.07 0.30 305.14 0.65 0.42
Hex B2 26 A6 0 4F 7 1E 131 41 2A
Octal 262 46 246 0 117 7 36 461 101 52
Binary 10110010 100110 10100110 0 1001111 111 11110 100110001 1000001 101010

Color Harmonies of #B226A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226A6

Black with #B226A6

Text Example


Text Example

White with #B226A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226A6; }

 p { color: rgb(178,38,166); }

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

background-color css

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

 a { background-color: rgb(178,38,166); }

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

border-color css

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

 span { border-color: rgb(178,38,166); }

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