Html Css Color HEX #B6228C Medium Red Violet

📋 copy color: '#B6228C'

red 182 ◦ green 34 ◦ blue 140

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

Shades of Medium Red Violet #B6228C

Tints of Medium Red Violet #B6228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 51.12%
G = 9.55%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6228C (or 0xB6228C) is known color: Medium Red Violet. HEX triplet: B6, 22 and 8C. RGB value is (182,34,140). Sum of RGB (Red+Green+Blue) = 182+34+140=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B6228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6228C is #49DD73. Grayscale: #5A5A5A. Windows color (decimal): -4840820 or 9183926. OLE color: 9183926.

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

Color convert

RGB 182 34 140 -
CMYK 0 0.81 0.23 0.29
HSL 317.03º 0.69% 0.42% -
HSV(B) 317.03º 0.81% 0.71% -
XYZ 24.6 12.98 26.02 -
YUV 90.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 182 34 140 0 0.81 0.23 0.29 317.03 0.69 0.42
Hex B6 22 8C 0 51 17 1D 13D 45 2A
Octal 266 42 214 0 121 27 35 475 105 52
Binary 10110110 100010 10001100 0 1010001 10111 11101 100111101 1000101 101010

Color Harmonies of #B6228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6228C

Black with #B6228C

Text Example


Text Example

White with #B6228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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