Html Css Color HEX #B6226D Medium Red Violet

📋 copy color: '#B6226D'

red 182 ◦ green 34 ◦ blue 109

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

Shades of Medium Red Violet #B6226D

Tints of Medium Red Violet #B6226D

RGB

 RED value IS 182 (71.48% from 255) = 56%

 GREEN value IS 34 (13.67% from 255) = 10.46%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 56%
G = 10.46%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6226D (or 0xB6226D) is known color: Medium Red Violet. HEX triplet: B6, 22 and 6D. RGB value is (182,34,109). Sum of RGB (Red+Green+Blue) = 182+34+109=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6226D is #49DD92. Grayscale: #565656. Windows color (decimal): -4840851 or 7152310. OLE color: 7152310.

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

Color convert

RGB 182 34 109 -
CMYK 0 0.81 0.40 0.29
HSL 329.59º 0.69% 0.42% -
HSV(B) 329.59º 0.81% 0.71% -
XYZ 22.62 12.19 15.63 -
YUV 86.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 182 34 109 0 0.81 0.40 0.29 329.59 0.69 0.42
Hex B6 22 6D 0 51 28 1D 14A 45 2A
Octal 266 42 155 0 121 50 35 512 105 52
Binary 10110110 100010 1101101 0 1010001 101000 11101 101001010 1000101 101010

Color Harmonies of #B6226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6226D

Black with #B6226D

Text Example


Text Example

White with #B6226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6226D; }

 p { color: rgb(182,34,109); }

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

background-color css

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

 a { background-color: rgb(182,34,109); }

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

border-color css

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

 span { border-color: rgb(182,34,109); }

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