Html Css Color HEX #B6229D Medium Red Violet

📋 copy color: '#B6229D'

red 182 ◦ green 34 ◦ blue 157

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

Shades of Medium Red Violet #B6229D

Tints of Medium Red Violet #B6229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 48.79%
G = 9.12%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6229D (or 0xB6229D) is known color: Medium Red Violet. HEX triplet: B6, 22 and 9D. RGB value is (182,34,157). Sum of RGB (Red+Green+Blue) = 182+34+157=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6229D is #49DD62. Grayscale: #5B5B5B. Windows color (decimal): -4840803 or 10298038. OLE color: 10298038.

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

Color convert

RGB 182 34 157 -
CMYK 0 0.81 0.14 0.29
HSL 310.14º 0.69% 0.42% -
HSV(B) 310.14º 0.81% 0.71% -
XYZ 25.95 13.52 33.14 -
YUV 92.27 164.53 192 -
System Red Green Blue C M Y K H S L
Decimal 182 34 157 0 0.81 0.14 0.29 310.14 0.69 0.42
Hex B6 22 9D 0 51 E 1D 136 45 2A
Octal 266 42 235 0 121 16 35 466 105 52
Binary 10110110 100010 10011101 0 1010001 1110 11101 100110110 1000101 101010

Color Harmonies of #B6229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6229D

Black with #B6229D

Text Example


Text Example

White with #B6229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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